@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  background-repeat: no-repeat;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC,
    Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
body {
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, PingFang SC,
    Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #333333;
  height: auto;
  clear: both;
}

img {
  border: 0px;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none !important;
  color: #333;
  outline: none;
  cursor: pointer;
}
a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}



/* 弹窗 */

.zz_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);z-index: 10;}

.zz_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;}

/* 弹窗内容 */

.zz_tanchuang .tbox .modal {background: white;padding: 15px;display: block;border-radius: 5px;position: relative;width: 80%;max-width: 1200px;max-height: 90%;margin: 0 auto;box-sizing: border-box;}

.zz_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../img/cha.png) center no-repeat;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;transition: all 0.5s;}

.zz_tanchuang .tbox .modal .img{width: 100%;max-width: 600px;margin: 0 auto;}

.zz_tanchuang .tbox .modal .img video{display: block;width: 100%;max-width: 100%;object-fit: cover;max-height: 67vh;}

.zz_tanchuang .tbox .modal .img img{margin: 0 auto ;}

.zz_tanchuang .tbox .modal .out:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.zz_tanchuang .tbox .modal2{padding: 20px;}

.zz_tanchuang .tbox .modal .img{max-width: 1200px;}

/* 弹窗选中 */

.zz_tanchuang.one {transform: scaleY(0.01) scaleX(0);animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.zz_tanchuang.one .tbox .modal {transform: scale(0);animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.zz_tanchuang.one.out {transform: scale(1);animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.zz_tanchuang.one.out .tbox .modal {animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

/* 弹窗动画 */

@keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

@keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@-webkit-keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}














.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c4fb0;
  border-radius: 0.26rem;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 1.56rem;
  height: 0.48rem;
  font-family: PingFangSC-Light, PingFang SC;
}

.lmore {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c4fb0;
  border-radius: 0.26rem;
  color: #ffffff;
  font-size: 0.12rem;
  width: 1rem;
  height: 0.35rem;
  margin: 0 auto;
  font-family: PingFangSC-Light, PingFang SC;
}

.lmore i {
  width: 0.12rem;
  height: 0.05rem;
  background-image: url("../img/lmore_icon.svg");
  margin-left: 0;
}
.more i {
  display: block;
  width: 0.28rem;
  height: 0.07rem;
  background-image: url(../img/more-ico.png);
  background-size: 100% 100%;
  margin-left: 0.16rem;
  transition: all 0.5s;
}
.more:hover i {
  margin-left: 0.26rem;
}
.tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tit h3 {
  color: #333;
  font-size: 0.58rem;
  margin-bottom: 0.32rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}
.tit p {
  color: #777777;
  font-size: 0.22rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
  line-height: 2;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body {
  left: 0px;
  position: relative;
  line-height: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*overflow: auto;*/
  font-size: 100px;
}
html {
  width: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body,
html,
textarea {
  font-family: PingFangSC, arial, "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}
body,
html {
  outline: 0;
  margin: 0 auto !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: transparent;
}
@-webkit-keyframes productMoreArrow {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes productMoreArrow {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes heroArrow2 {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes heroArrow2 {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.button {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 1px;
  font-size: 16px;
  text-align: center;
  transition: all 0.1s linear 0s;
}
.button-ghost {
  background: 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/*鼠标选中文字的样式*/
body::-moz-selection {
  background: red;
  color: #fff;
}
body::selection {
  background: red;
  color: #fff;
}
/*网站默认滚动跳的样式*/
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: #2a6fd3;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: #2a6fd3;
}
body::-webkit-scrollbar-thumb:vertical:hover {
  background: #2a6fd3;
}
*::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
*::-webkit-scrollbar-thumb {
  background: #2a6fd3;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: #2a6fd3;
}
*::-webkit-scrollbar-thumb:vertical:hover {
  background: #2a6fd3;
}
/*示例字体*/
@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/DIN-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINCond-Bold";
  src: url("../fonts/DINCond-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-BlackItalic";
  src: url("../fonts/DIN-BlackItalic.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GOTHAMBOLD";
  src: url("../fonts/GOTHAMBOLD.TTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GOTHIC";
  src: url("../fonts/GOTHIC.TTF");
  font-weight: normal;
  font-style: normal;
}
/* pc头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.6rem;
  z-index: 99;
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_header {
  display: none;
}
.m_header.act{
    background-color: #FFF;
}
header .col-l {
  display: flex;
  align-items: center;
}
header .col-l .logo {
  display: block;
  width: 1.49rem;
  position: relative;
  margin-top: -0.1rem;
}
header .col-l .logo img {
  display: block;
}
header .col-l .logo img.init-img {
  width: 100%;
}
header .col-l .logo img.hover-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .col-l .nav {
  margin-left: 0.32rem;
}
header .col-l .nav ul {
  display: flex;
  align-items: center;
}
header .col-l .nav ul li {
  padding: 0 0.32rem;
  position: relative;
}
header .col-l .nav ul li a {
  display: block;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}

header .col-l .nav ul li .xl{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 10.36rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.1);
}
header .col-l .nav ul li .join_xl{
    padding-left: 0.4rem;
    display: block;
    width: 100%;
    padding-bottom: 0.3rem;
}
header .col-l .nav ul li .join_xl .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
header .col-l .nav ul li .join_xl .list a{
    padding: 0;
}
header .col-l .nav ul li:nth-child(2) .xl{
    width: 10.96rem;
}
header .col-l .nav ul li .xl ul{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0 0.6rem 0.2rem;
    background: #fff;

}
header .col-l .nav ul li:nth-child(2) .xl ul{

    padding: 0 0 0.2rem;
}
header .col-l .nav ul li .xl ul li{
    padding: 0;
    width: 33%;
}
header .col-l .nav ul li .xl a{

    font-size: 0.18rem;
    padding: 0.5rem 0 0.3rem;
    height: auto;
    display: flex;
    align-items: center;
    line-height: initial;
    font-family: PingFangSC-Light, PingFang SC;
    text-align: center;


}
header .col-l .nav ul li .xl a img{
    width: 0.24rem;
    margin-right: 0.16rem;
}


header .col-l .nav ul li .xl .xxl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  font-size: 0.2rem;
  font-family: PingFangSC-Light, PingFang SC;
  padding: 0;
}
header .col-l .nav ul li .xl .xxl .fir_pro {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1.2rem 0.5rem 0.6rem;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
header .col-l .nav ul li .xl .xxl .fir_pro .item {
  display: flex;
  align-items: center;
}
header .col-l .nav ul li .xl .xxl .fir_pro .item img {
  margin-right: 0.16rem;
  width: 0.24rem;
}
header .col-l .nav ul li .xl .xxl .two {
  padding: 0;
  display: flex;
  width: 100%;
}
header .col-l .nav ul li .xl .xxl .sec_pro {
  width: 3.17rem;
  border-right: 1px solid #ccc;
  padding: 0.4rem 0.45rem 0.4rem 0.65rem;
}
header .col-l .nav ul li .xl .xxl .sec_pro .sec_item,
header .col-l .nav ul li .xl .xxl .third_pro .third_item {
  overflow: auto;
  height: 3.32rem;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item.act {
  display: flex;
  flex-wrap: wrap;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item img {
  width: 0.92rem;
  margin-bottom: 0.1rem;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item .img {
  width: 0.92rem;
  height: 0.92rem;
  margin-bottom: 0.1rem;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.3rem;
  /*height: 1.42rem;*/
  padding: 0;
  margin-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

header .col-l .nav ul li .xl .xxl .third_pro .third_item a:nth-child(3n) {
  margin-right: 0;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item a .img {
  width: 0.92rem;
    height: 1.32rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .col-l .nav ul li .xl .xxl .third_pro .third_item a .img img{
    width: 100%;
}
header .col-l .nav ul li .xl .xxl .sec_pro .sec_item .item {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
header .col-l .nav ul li .xl .xxl .third_pro {
  width: calc(100% - 3.17rem);
  padding: 0.4rem 0.7rem;
}

header .col-l .nav ul li .xl .xxl .third_pro {
  border: none;
}
header .col-l .nav ul li .xl .xxl .fir_pro .fitem.act {
  display: block;
}
header .col-l .nav ul li .xl .xxl .item:hover,
header .col-l .nav ul li .xl .xxl .item.act {
  color: #1c4fb0;
}

header .sec_pro .sec_item {
  display: none;
  padding-left: 0.2rem;
}
header .sec_pro .sec_item.act {
  display: block;
}
header .third_pro .third_box {
  display: none;
}
header .third_pro .third_box.act {
  display: block;
}
header .third_pro .third_item {
  display: none;
}
header .third_pro .third_item.act {
  display: block;
}



/*header .col-l .nav ul li .xl .xxl {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  background-color: #fff;*/
/*  font-size: 0.2rem;*/
/*  font-family: PingFangSC-Light, PingFang SC;*/
/*  padding: 0.5rem 0;*/
/*}*/
/*header .col-l .nav ul li .xl .xxl .fir_pro,*/
/*header .col-l .nav ul li .xl .xxl .sec_pro,*/
/*header .col-l .nav ul li .xl .xxl .third_pro {*/
/*  width: 33%;*/
/*  border-right: 1px solid #ccc;*/
/*  padding: 0 0.8rem;*/
/*  height: 6rem;*/
/*  overflow: auto;*/
/*}*/
/*header .col-l .nav ul li .xl .xxl .third_pro {*/
/*  border: none;*/
/*}*/
/*header .col-l .nav ul li .xl .xxl .fir_pro .fitem.act {*/
/*  display: block;*/
/*}*/

/*header .col-l .nav ul li .xl .xxl .item {*/
/*  margin-bottom: 0.48rem;*/
/*  line-height: 1.5;*/
/*}*/
/*header .col-l .nav ul li .xl .xxl .item:hover,*/
/*header .col-l .nav ul li .xl .xxl .item.act {*/
/*  color: #1c4fb0;*/
/*}*/

/*header .sec_pro .sec_item {*/
/*  display: none;*/
/*}*/
/*header .sec_pro .sec_item.act {*/
/*  display: block;*/
/*}*/
/*header .third_pro .third_box {*/
/*  display: none;*/
/*}*/
/*header .third_pro .third_box.act {*/
/*  display: block;*/
/*}*/
/*header .third_pro .third_item {*/
/*  display: none;*/
/*}*/
/*header .third_pro .third_item.act {*/
/*  display: block;*/
/*}*/

/*header .third_pro .third_item a {*/
/*  color: #666 !important;*/
/*  height: auto !important;*/
/*  line-height: 1.5 !important;*/
/*  margin-bottom: 0.4rem;*/
/*  text-align: left!important;*/
/*}*/
/*header .third_pro .third_item a:hover{*/
/*    color: #1c4fb0!important;*/
/*}*/


header .col-l .nav ul li .xl  i {
  background-image: url("../img/pror.png");
  width: 0.06rem;
  height: 0.12rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.2rem;
  display: inline-block;
}
header .col-l .nav ul li .xl  a:hover i,
header .col-l .nav ul li .xl  .item:hover i,
header .col-l .nav ul li .xl  .item.act i {
  background-image: url("../img/prora.png");
}






header .col-r {
  display: flex;
  align-items: center;
  color: #ffffff;
}
header .col-r .tel {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.22rem;
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
  margin-right: 0.24rem;
  font-weight: bold;
}
header .col-r .tel::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../img/nav-tel.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -0.01rem;
}
header .col-r .lang {
  display: flex;
  align-items: center;
}
header .col-r .lang a {
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}
header .col-r .lang .lang-split {
  font-size: 0.16rem;
  margin: 0 0.06rem;
}
header:hover,
header.active {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 10%);
  color: #333;
}
header.on {
  color: #333;
}
header:hover .col-l .logo img.init-img,
header.active .col-l .logo img.init-img {
  opacity: 0;
}
header.on .col-l .logo img.init-img {
  opacity: 0;
}
header:hover .col-l .logo img.hover-img,
header.active .col-l .logo img.hover-img {
  opacity: 1;
}
header.on .col-l .logo img.hover-img {
  opacity: 1;
}
header:hover .col-l .nav ul li a,
header.active .col-l .nav ul li a {
  color: #333;
}
header.on .col-l .nav ul li a {
  color: #333;
}
header .col-l .nav ul li a:hover,
header .col-l .nav ul li a.act {
  color: #1d50b1;
}

header:hover .col-r .tel,
header.active .col-r .tel {
  color: #000000;
}
header.on .col-r .tel {
  color: #000000;
}
header:hover .col-r .tel::before,
header.active .col-r .tel::before {
  background-image: url(../img/nav-tel-hover.png);
}
header.on .col-r .tel::before {
  background-image: url(../img/nav-tel-hover.png);
}
header:hover .col-r .lang a,
header.active .col-r .lang a {
  color: #000000;
}
header.on .col-r .lang a {
  color: #000000;
}
header:hover .col-r .lang .lang-split,
header.active .col-r .lang .lang-split {
  color: #000000;
}
header.on .col-r .lang .lang-split {
  color: #000000;
}
.banner.act_banner {
  margin-top: 0.8rem;
  position: relative;
  height: 5.4rem;
}
.banner .bg .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);

}
.banner.act_banner .m_img {
  display: none;
}
.act_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.act_banner .bg img {
  width: 100%;
  height: 100%;
}
.act_banner .bg .m_img {
  display: none;
}
.banner_text {
  height: 100%;
  width: 100%;
  font-size: 0.58rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.banner_text .content {
  font-size: 0.18rem;
  text-align: center;
  line-height: 2;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.banner {
  position: relative;
  width: 100%;
  height: 9rem;
  overflow: hidden;
}

  .i_banner .case1{
      position: absolute;
      top: 2rem;
      left: 5rem;
  }
  .i_banner .case2{
      position: absolute;
      top: 5rem;
      left: 2rem;
  }
  .i_banner .case3{
      position: absolute;
      bottom: 1rem;
      left: 4.5rem;
  }
  .i_banner .case4{
      position: absolute;
      top: 2.2rem;
      right: 4.7rem;
  }
  .i_banner .case5{
      position: absolute;
      top: 5rem;
      right: 3.5rem;
  }
  .i_banner .case6{
      position: absolute;
      bottom: 1rem;
      right: 5.5rem;
  }

  .i_banner a{
      display: flex;
      align-items: center;
  }
  .i_banner a .point{
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #1c4fb0;
    border-radius: 50%;
    position: relative;
    animation: bordershow 3s infinite;
    z-index: 10;
  }
  .i_banner a .point::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s .75s infinite;
    z-index: 9;
  }
  .i_banner a .point::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s infinite;
    z-index: 9;
  }
      @keyframes boderM {
        0% {transform: translate(-50%, -50%) scale(1);opacity: 0}

        20% {opacity: 1}

        75% {transform: translate(-50%, -50%) scale(2);opacity: 0}

        100% {opacity: 0}

    }
    @keyframes bordershow {

        50% {box-shadow: 0px 0px 10px 0 #001eb4;}

    }

  .i_banner a .con{
      position: absolute;
      right: -0.3rem;
      transform: translate(100%,-50%);
      top: 50%;
      padding-left: 0.3rem;
      border-radius: 0.25rem;
      width: 0;
      white-space: nowrap;
      opacity: 0;
      transition: all .5s;
      background-color: #1c4fb0;
      height: 0.5rem;
      line-height: 0.5rem;
      font-size: 0.18rem;
      color: #fff;
  }
  .i_banner a .con:hover,
  .i_banner a:hover .con{
      width: 1.5rem;
      opacity: 1;

  }

.banner.m_i_banner{
    display: none;
}

.banner .swiper-container {
  width: 100%;
  height: 9rem;
  position: fixed;
  top: 0;
  left: 0;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .swiper-slide .img .m_img {
  display: none;
}
.banner .swiper-slide .wz {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
  z-index: 3;
  color: #ffffff;
}
.banner .swiper-slide .m_wz {
  display: none;
}
.banner .swiper-slide .wz h3 {
  font-size: 0.62rem;
  font-weight: bold;
  margin-bottom: 0.27rem;
}
.banner .swiper-slide .wz p {
  font-size: 0.28rem;
  margin-bottom: 0.52rem;
}
.page-main {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  /*overflow: hidden;*/
}
.page-main .i-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-main .i-bg img {
  display: block;
  width: 100%;
}
.i-part1 {
  width: 100%;
  padding: 1.2rem 1.6rem 0.88rem 1.6rem;
  position: relative;
  background-size: cover;
  z-index: 3;
}
.i_part .tit p {
  width: 10rem;
}
.i-part1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.i-part1 .list .item {
  width: calc((100% - 1rem) / 4);
  overflow: hidden;
  position: relative;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
}
.i-part1 .list .item:last-child {
  margin-right: 0;
}
.i-part1 .list .item1 {
  width: 100%;
}
.i-part1 .list .item .wz {
  color: #ffffff;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 3;
  transition: all 0.4s ease-out;
}
.i-part1 .list .item .img {
  width: 100%;
  overflow: hidden;
}
.i-part1 .list .item .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.i-part1 .list .item .wz .tip {
  font-size: 0.3rem;
  margin-bottom: 0.08rem;
  font-family: PingFangSC-Light, PingFang SC;
}
.i-part1 .list .item .wz .tic {
  font-size: 0.3rem;
}
.i-part1 .list .item .wz1 {
  color: #ffffff;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 3;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.4s ease-out;
}
.i-part1 .list .item .wz1 p {
  font-size: 0.2rem;
  line-height: 2;
  margin-bottom: 0.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.i-part1 .list .item .wz1 .ico {
  overflow: hidden;
  width: 0.28rem;
}
.i-part1 .list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.i-part1 .list .item:hover .img img {
  transform: scale(1.03);
}
.i-part1 .list .item:hover .mask {
  background-color: #0e57a27f;
}
.i-part1 .list .item:hover .wz {
  transform: translateY(-1.7rem);
}
.i-part1 .list .item:hover .wz1 {
  transform: translate(0, 0);
  opacity: 1;
}
.i-part1 .list .item:hover .wz1 .ico img {
  -webkit-animation: productMoreArrow 1s ease infinite;
  animation: productMoreArrow 1s ease infinite;
}
.i-part1 .list .item:nth-of-type(1),
.i-part1 .list .item:nth-of-type(5) {
  margin-right: 0;
}
.i-part2 {
  position: relative;
  z-index: 3;
}
.i-part2 .tit {
  margin-bottom: 0.8rem;
}
.i-part2 .scene.m{
    display: none;
}
.i-part2 .swiper-pagination {
  z-index: 4;
  bottom: 0.4rem;
}
.i-part2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.08rem;
  border-radius: 0;
  background-image: url(../img/p-ico1.svg);
  background-size: 100% 100%;
  opacity: 1;
  background-color: transparent;
}
.i-part2 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/p-ico1a.svg);
}
.i-part2 .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  display: none;
}
.scene .scene-content {
  display: flex;
  width: 20.72rem !important;
  height: 8.54rem !important;
  overflow: hidden;
}
.scene .scene-content:hover + .scene-hot,
.scene-mobile {
  display: none;
}
.scene .scene-content:hover .scene-content-item .scene-wrapper .scene-modal {
  opacity: 0.8;
}

.scene .scene-content .scene-img-list {
  display: none;
}

.scene
  .scene-content:hover
  .scene-content-item
  .scene-wrapper
  .scene-wrapper-bg
  > img {
  transform: translate(0, 0);
}
.scene .scene-content:hover .scene-content-item .item-thumb {
  opacity: 0;
  z-index: 1;
}

.scene .scene-content .scene-content-item {
  position: relative;
  flex: 1 1 1.53rem;
  transition: all 1s;
  will-change: auto;
}
.scene .scene-content .scene-content-item:hover {
  flex: 1 0 17.665rem;
}
.scene .scene-content .scene-content-item:hover .scene-wrapper .scene-modal {
  opacity: 0;
  visibility: hidden;
}
.scene .scene-content .scene-content-item:hover .item-detail {
  opacity: 1;
  z-index: 2;
}
.scene .scene-content .scene-content-item .scene-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: skew(-10.15deg);
  transform-origin: left top;
  overflow: hidden;
}
.scene .scene-content .scene-content-item .scene-wrapper .scene-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 100;
  transition: all 0.6s;
}
.scene .scene-content .scene-content-item .scene-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(107deg, #0a2349 20%, rgba(10, 35, 73, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.scene .scene-content .scene-content-item .scene-wrapper-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.768rem;
  width: 19.2rem;
  height: 100%;
  transform: translate(-50%, 0) skew(10.15deg);
  transform-origin: left top;
}
.scene .scene-content .scene-content-item .scene-wrapper-bg > img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper {
  position: relative;
}
.scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper-bg > img {
  transform: translate(-1.33333504rem, 0);
}
.scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper {
  overflow: initial;
  z-index: 0;
}
.scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg > img {
  transform: translate(1.33333504rem, 0);
}
.scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper {
  position: relative;
}
.scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg > img {
  transform: translate(-0.93184rem, 0);
}
/*.scene .scene-content .scene-content-item */
.item-thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0a2349 0, rgba(10, 35, 73, 0) 100%);
  transition: opacity 0.5s;
}
/*.scene .scene-content .scene-content-item */
.item-thumb .item-thumb-title {
  margin-top: 4.57333248rem;
  margin-bottom: 0.16rem;
  line-height: 0.70666752rem;
  text-align: center;
  color: #fff;
  font-size: 0.50666496rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}
/*.scene .scene-content .scene-content-item */
.item-thumb .item-thumb-desc {
  margin-bottom: 0.52000256rem;
  line-height: 0.29333504rem;
  text-align: center;
  color: #fff;
  font-size: 0.21333504rem;
  font-weight: 0.21333504rem;
  font-family: PingFangSC-Light, PingFang SC;
}
/*.scene .scene-content .scene-content-item */
.item-thumb .item-thumb-action {
  display: flex;
  justify-content: center;
}
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
.item-thumb
  .item-thumb-action
  .item-thumb-action-left,
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
  .item-thumb
  .item-thumb-action
  .item-thumb-action-right {
  position: relative;
  width: 0.25333248rem;
  height: 0.69333504rem;
  background-image: url(../img/rect-small.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
.item-thumb .item-thumb-action .item-thumb-action-left {
  left: 0.05333504rem;
}
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
.item-thumb .item-thumb-action .item-thumb-action-right {
  left: -0.05333504rem;
}
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
.item-thumb .item-thumb-action .item-thumb-action-center {
  width: 0.96rem;
  height: 0.69333504rem;
  background-image: url(../img/rect.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.scene*/
/*  .scene-content*/
/*  .scene-content-item*/
.item-thumb .item-thumb-action .item-thumb-action-center img {
  width: 0.32rem;
  height: 0.32rem;
}
.scene .scene-content .scene-content-item .item-detail {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(107deg, #0a2349 20%, rgba(10, 35, 73, 0) 100%);
  transition: opacity 0.6s;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header {
  margin-bottom: 1.6rem;
  padding: 1.06666496rem 0 0 3.01333504rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header:hover
  .item-detail-arrow
  div {
  -webkit-animation: heroArrow2 1s ease infinite;
  animation: heroArrow2 1s ease infinite;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-title {
  margin-bottom: 0.21333504rem;
  line-height: 0.70666752rem;
  color: #fff;
  font-size: 0.50666496rem;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-desc {
  margin-bottom: 0.21333504rem;
  line-height: 0.33333248rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-arrow {
  width: 0.4rem;
  height: 0.26666496rem;
  overflow: hidden;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-arrow
  div {
  display: flex;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-arrow
  img {
  margin-right: 0.4rem;
  width: 0.4rem;
  height: 0.26666496rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  > a:last-child,
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-header
  .item-detail-arrow
  img:last-child {
  margin-right: 0;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-content {
  position: relative;
  margin-left: 3.01333504rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item {
  margin-bottom: 0.42666496rem;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.21333504rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item.active
  .item-detail-name,
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item:hover
  .item-detail-name {
  color: #fff;
  font-size: 0.26666496rem;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item.active
  .item-detail-info {
  display: block;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-name {
  width: 1.6rem;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.21333504rem;
  font-weight: 400;
  font-family: PingFangSC-Light, PingFang SC;
  cursor: pointer;
  transition: all 0.4s;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info {
  display: none;
  position: absolute;
  left: 2.02666496rem;
  top: 0;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs {
  display: flex;
  margin-bottom: 0.42666496rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  > a {
  margin-right: 0.42666496rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  .item-detail-info-img {
  position: relative;
  width: 2.6rem;
  height: 1.54rem;
  padding: 0 0.21333504rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  will-change: background-size;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: background-size 0.6s;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs.tj
  .item-detail-info-img{
      height: 2.6rem;
  }
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  a
  span {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 0.14rem;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  .item-detail-info-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  .item-detail-info-img:hover {
  background-size: 106% 106%;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .item-detail-info-imgs
  .item-detail-info-img
  span {
  padding-bottom: 0.21333504rem;
  line-height: 0.29333504rem;
  color: #fff;
  font-size: 0.21333504rem;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .scene-more {
  text-align: center;
}
.scene
  .scene-content
  .scene-content-item
  .item-detail
  .item-detail-content
  .item-detail-item
  .item-detail-info
  .scene-more
  .button {
  cursor: pointer;
  width: 1.81333504rem;
  height: 0.58666496rem;
  line-height: 0.56rem;
}
.i-part3 {
  padding: 1.8rem 0 0;
  position: relative;
  z-index: 3;
}
.i-part3 .tit {
  margin-bottom: 0rem;
  position: relative;
  z-index: 3;
}
.i-part3 .tit p{
    margin-bottom: 0;
}
.i-part3 video {
    width: 100%;
}
.i-part3 .video_box{
    position: relative;
    margin-bottom: 2px;
}
.i-part3 .video_box::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #FFF;
}

.i-part3 .video_img{
    display: none;
}
.i-part3 .img {
  width: 100%;
}
.i-part3 .img img {
  display: block;
  width: 100%;
}
.i-part4 {
  padding: 1rem 1.6rem 0.9rem 1.6rem;
  position: relative;
  z-index: 3;
}

.i-part4 .tit {
  /* margin-bottom: 0.8rem; */
}

.i-part4 .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.i-part4 .tab_item {
  margin-right: 0.72rem;
  font-size: 0.22rem;
}

.i-part4 .tab_item:last-child() {
  margin-right: 0;
}
.i-part4 .tab_item.act {
  color: #1c4fb0;
}

.i-part4 .m_lists {
  display: none;
}
.i-part4 .list {
  display: none;
}
.i-part4 .list.act {
  display: flex;
  margin-bottom: 0.8rem;
}
.i-part4 .list .item {
  display: block;
  width: calc(100% / 3 - 0.34rem);
  margin-right: 0.51rem;
  box-shadow: 0 0 0.72rem rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}
.i-part4 .list .item:nth-child(3) {
  margin-right: 0;
}
.i-part4 .list .item .img {
  width: 100%;
  overflow: hidden;
}
.i-part4 .list .item .img .limg {
  display: block;
  width: 100%;
  height: 3.46rem;
  transition: all 0.3s;
}
.i-part4 .list .item .wz {
  padding: 0.4rem;
  position: relative;
  transition: all 0.3s;
}
.i-part4 .list .item .wz h3 {
  font-size: 0.22rem;
  color: #252b3a;
  margin-bottom: 0.22rem;
  transition: all 0.3s;
}
.i-part4 .list .item .wz p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
  color: rgba(1, 3, 4, 0.6);
  transition: all 0.3s;
}
.i-part4 .list .item .wz .mc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i-part4 .list .item .wz .mc i {
  display: block;
  width: 0.28rem;
  height: 0.07rem;
  background-image: url(../img/more-ico1.png);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.i-part4 .list .item .wz .mc .time {
  color: #000000;
  font-size: 0.17rem;
  transition: all 0.3s;
  font-family: "DIN-Bold";
}
.i-part4 .list .item:hover .img .limg {
  transform: scale(1.03);
}
.i-part4 .list .item:hover .wz {
  background-color: #1d50b1;
  background-image: url(../img/i-part4-ico.png);
  background-size: 100% 100%;
}
.i-part4 .list .item:hover .wz h3 {
  color: #ffffff;
}
.i-part4 .list .item:hover .wz p {
  color: #ffffff;
}
.i-part4 .list .item:hover .wz .mc i {
  background-image: url(../img/more-ico.png);
}
.i-part4 .list .item:hover .wz .mc .time {
  color: #ffffff;
}
.i-part4 .list .item:nth-child(3) {
  padding: 0.5rem;
  height: 5.7rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.i-part4 .list .item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
}
.i-part4 .list .item::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.i-part4 .list .item::-webkit-scrollbar-thumb {
  background: #bababa;
}
.i-part4 .list .item::-webkit-scrollbar-thumb:window-inactive {
  background: #bababa;
}
.i-part4 .list .item::-webkit-scrollbar-thumb:vertical:hover {
  background: #bababa;
}
.i-part4 .list .item:nth-child(3) .links {
  display: block;
  margin-bottom: 0.38rem;
}
.i-part4 .list .item:nth-child(3) .links .tt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}
.i-part4 .list .item:nth-child(3) .links .tt h3 {
  font-size: 0.22rem;
  color: #252b3a;
  width: calc(100% - 1rem);
}
.i-part4 .list .item:nth-child(3) .links .tt .time {
  color: #000000;
  font-size: 0.17rem;
  transition: all 0.3s;
  font-family: "DIN-Bold";
}
.i-part4 .list .item:nth-child(3) .links p {
  color: #010304;
  font-size: 0.16rem;
  color: rgba(1, 3, 4, 0.6);
}

.product1_page1 {
  /*display: flex;*/
  width: 100%;
  background-color: #f8f8f8;
}
.product1_page1 .left {
  width: 4rem;
  background-color: #fff;
  float: left;
  position: sticky;
  top: 0.8rem;
  overflow: auto;
  height: calc(100% - 0.8rem);
  float: left;
}

.product1_page1 .left .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 1.6rem;

  background-image: linear-gradient(to right, #1d51b2, #2a6fd3);
  color: #fff;
  padding-left: 0.8rem;
  font-size: 0.26rem;
}
.product1_page1 .left .catalogs{
  height: calc(100vh - 2.4rem);
  overflow: auto;
}
.product1_page1 .left .title .ch {
  font-size: 0.4rem;
  margin-bottom: 0.17rem;
}
.product1_page1 .main_catalog .name {
  height: 1rem;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.32rem 0 0.8rem;
  font-size: 0.24rem;
}
.product1_page1 .main_catalog.act .name {
  background-color: #1c4fb0;
  color: #fff;
}
.product1_page1 .main_catalog .name .act_img {
  display: none;
}
.product1_page1 .main_catalog.act .name .act_img {
  display: block;
}
.product1_page1 .main_catalog.act .name .comm_img {
  display: none;
}
.product1_page1 .main_catalog .sc_list {
  display: none;
}
.product1_page1 .main_catalog.act .sc_list {
  display: block;
}

.product1_page1 .second_catalog {
  margin-left: 0.8rem;
  padding-left: 0.2rem;
  border-bottom: 0.01rem solid #eaeaea;
}
.product1_page1 .sc_list .sname {
  margin-right: 0.32rem;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
}

.product1_page1 .second_catalog .pro_list {
  display: none;
}
.product1_page1 .second_catalog.act .pro_list {
  display: block;
}

.product1_page1 .second_catalog .sname {
}
.product1_page1 .second_catalog.act .sname {
  color: #1c4fb0;
}
.product1_page1 .second_catalog.act .sname .comm_img {
  display: none;
}
.product1_page1 .second_catalog .sname .act_img {
  display: none;
}
.product1_page1 .second_catalog.act .sname .act_img {
  display: block;
}

.product1_page1 .pro_list .pro_item {
  padding-left: 0.2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}

.product1_page1 .pro_list .pro_item.act {
  color: #1c4fb0;
}

.product1_page1 .right {
  padding: 0.6rem 1.6rem 1.2rem 0.8rem;
  width: calc(100% - 4rem);
  float: right;
}

.product1_page1 .right .bread,
.product1_page1 .pd_right .bread {
  margin-bottom: 0.8rem;
}
.product1_page1 .right .bread a,
.product1_page1 .pd_right .bread a {
  font-size: 0.16rem;
}

.product1_page1 .right .bread a.act,
.product1_page1 .pd_right .bread a.act {
  color: #1d50b1;
}
.product1_page1 .right.fixed {
  margin-left: 4rem;
}
.product1_page1 .right .search_box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.38rem;
}

.product1_page1 .right .search_box .title {
  margin-bottom: 0.42rem;
}

.product1_page1 .right .search_box .input_box {
  position: relative;
}

.product1_page1 .right .search_box .input_box input {
  width: 7.68rem;
  height: 0.74rem;
  border: 1px solid #cccccc;
  padding: 0 0.85rem;
  font-size: 0.16rem;
}
.product1_page1 .right .search_box .input_box .search_img {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
}

.product1_page1 .right .product_container .product:nth-child(even) .detail {
  flex-direction: row-reverse;
}
.product1_page1 .right .product {
  margin-bottom: 0.2rem;
}
.product1_page1 .right .product.n_match {
  display: none;
}
.product1_page1 .right .product .detail {
  display: flex;
  margin-top: 0.6rem;
}

.product1_page1 .right .product .detail .product_info,
.product1_page1 .right .product .detail .product_img,
.product1_page1 .right .product .detail .product_img img {
  width: 6.4rem;
  height: 4.8rem;
  overflow: hidden;
}
.product1_page1 .right .product .detail .product_img img {
  transition: all 0.5s;
}
.product1_page1 .right .product .detail .product_img img:hover {
  transform: scale(1.1);
}
.product1_page1 .right .product .detail .product_info {
  padding: 0.8rem;
  background-color: #fff;
}
.product1_page1 .right .product .detail .product_info .en {
  color: #1d50b1;
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.product1_page1 .right .product .detail .product_info .name {
  font-size: 0.42rem;
  margin-bottom: 0.54rem;
}
.product1_page1 .right .product .detail .product_info .content {
  font-size: 0.18rem;
  margin-bottom: 0.27rem;
  color: #666;
  width: 4.32rem;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product1_page1 .right .product .swiper {
  background-color: #fff;
  position: relative;
  width: 100%;
}
.product1_page1 .right .product .m_product_box {
  display: none;
}
.product1_page1 .right .product .swiper-container {
  margin: 0 1.1rem;
  margin-top: 0.2rem;
  height: 2.4rem;
  overflow: hidden;
}
.product1_page1 .right .product .swiper-container .swiper-slide {
  width: 2.12rem !important;
}
.product1_page1 .right .product .product_item {
  width: 2.12rem;
  height: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
  padding: 0 0.2rem;
}

.product1_page1 .right .product .product_item .product_item_txt {
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 1rem;
  font-size: 0.18rem;
}
.product1_page1 .right .product .product_item:hover {
  transform: translateY(-5%);
  color: #1c4fb0;
}
.product1_page1 .right .product .product_item img {
  margin-top: 0.1rem;
  width: 0.92rem;
}
.product1_page1 .right .product .btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product1_page1 .right .product .btn img {
  width: 0.64rem;
  height: 0.64rem;
}

.product1_page1 .right .product .btn .next .act_img,
.product1_page1 .right .product .btn .prev .act_img {
  display: none;
}
.product1_page1 .right .product .btn .next:hover img,
.product1_page1 .right .product .btn .prev:hover img {
  display: none;
}
.product1_page1 .right .product .btn .next:hover .act_img,
.product1_page1 .right .product .btn .prev:hover .act_img {
  display: block;
}
.product1_page1 .right .more {
  margin: 0;
}

.product_detail .pd_right {
  padding: 0.6rem 1.6rem 1.2rem 0.8rem;
  background-color: #f8f8f8;
  width: calc(100% - 4rem);
  float: right;
}

.product_detail .pd_right .page1 {
  display: flex;
  justify-content: space-between;
}
.product_detail .pd_right .page1 .de_left {
  width: 6rem;
  height: 6rem;
  position: relative;
}
.product_detail .pd_right .page1 .de_left .watermark {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.product_detail .pd_right .page1 .de_left .product_img {
  height: 6rem;
  width: 6rem;
  position: relative;
}
.product_detail .pd_right .page1 .de_left .product_img img {
  transition: all 0.5s;
  height: 6rem;
  width: 6rem;
}
.product_detail .pd_right .page1 .de_left:hover .product_img img {
  transform: scale(1.1);
}
/*swiper-pagination-bullets*/
.product_detail .pd_right .page1 .de_left .product_img .swiper{
  overflow: hidden;

}

.product_detail .pd_right .page1 .de_left .product_img .swiper-pagination{
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.product_detail .pd_right .page1 .de_left .product_img .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #fff;
}
.product_detail .pd_right .page1 .de_left .product_img .swiper-pagination-bullet-active {
    background-color: #1c4fb0;
}

.product_detail .pd_right .page1 .interview {
  width: 6rem;
  height: 6rem;
  overflow: auto;
}
.product_detail .pd_right .page1 .interview .model {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  color: #1d50b1;
}
.product_detail .pd_right .page1 .interview .title {
  padding: 0.27rem 0;
  position: relative;
  font-size: 0.4rem;
    color: #1c4fb0;
    font-weight: bold;
}
.product_detail .pd_right .page1 .interview .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.01rem;
  background-color: rgba(28, 79, 176, 0.41);
  height: 0.01rem;
  width: 0.9rem;
}
.product_detail .pd_right .page1 .interview .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1c4fb0;
  height: 0.03rem;
  width: 0.4rem;
}
.product_detail .pd_right .page1 .interview .content {
  margin-top: 0.45rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 2;
}

.product_detail .pd_right .page2 .title {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.4rem;
  color: #333;
}
.product_detail .pd_right .page2 .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.34rem;
  background-color: #fff;
  position: relative;
}

  .product_detail .pd_right .page2 .list::after{
      content: "";
      position: absolute;
      bottom: 3.04rem;
      left: 0.34rem;
      width: 12rem;
      height: 1px;
      background-color: #d0d0d0;
  }
.product_detail .pd_right .page2 .item {
  width: 4rem;
  height: 2.7rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 0.26rem;
}

.product_detail .pd_right .page2 .item .item_inner {
  width: 4rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.product_detail .pd_right .page2 .item:hover .item_inner {
  transform: translateY(-10%);
}
.product_detail .pd_right .page2 .item:nth-child(3n) {
  border-right: none;
}
.product_detail .pd_right .page2 .item:nth-last-child(1),
.product_detail .pd_right .page2 .item:nth-last-child(2),
.product_detail .pd_right .page2 .item:nth-last-child(3) {
  border-bottom: none;
}
.product_detail .pd_right .page2 .item img {
  margin-bottom: 0.2rem;
  width: 0.84rem;
}
.product_detail .pd_right .page2 .item .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2;
  font-size: 0.18rem;
  color: #666666;
  width: 3.48rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_detail .pd_right .page3 .title {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.4rem;
  color: #333;
}
.product_detail .pd_right .page3 .list {
  display: flex;
  justify-content: space-between;
}
.product_detail .pd_right .page3 .item {
  position: relative;
}
.product_detail .pd_right .page3 .item::after {
  content: "";
  background-image: linear-gradient(
    to right,
    #003e91,
    #1e378b,
    #7a1677,
    #db3182
  );
  width: 0;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.product_detail .pd_right .page3 .item:hover::after {
  width: 100%;
}
.product_detail .pd_right .page3 .item .box {
  height: 3.7rem;
  width: 6.15rem;
  background-color: #fff;
  position: relative;
}
.product_detail .pd_right .page3 .item .box .top {
  height: 3.3rem;
  position: relative;
  padding: 0.36rem 0.6rem 0;
}

.product_detail .pd_right .page3 .item .box .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.01rem;
  background-color: rgba(28, 79, 176, 0.41);
  height: 0.01rem;
  width: 100%;
}
.product_detail .pd_right .page3 .item .box .top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1c4fb0;
  height: 0.03rem;
  width: 0.4rem;
}
.product_detail .pd_right .page3 .item .box .top .arrow_img {
  margin-bottom: 0.4rem;
  width: 0.84rem;
  height: 0.84rem;
}
.product_detail .pd_right .page3 .item .box .top .txt {
  line-height: 1.75;
  font-size: 0.18rem;
  color: #666666;
}
.product_detail .pd_right .page3 .item .box .top .num {
  position: absolute;
  bottom: -0.01rem;
  left: 5.32rem;
}
.product_detail .pd_right .page3 .item .box .c_name {
  width: 4.93rem;
  height: calc(100% - 3.3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.6rem;
}

/**/
.product_detail .pd_right .page4 .title {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.4rem;
  color: #333;
}

.product_detail .pd_right .page4 .table .firstRow td,
.product_detail .pd_right .page4 .table .firstRow {
  background-color: #1c4fb0!important;
  /*font-size: 0.22rem!important;*/
  color: #fff!important;
  white-space: nowrap;
}
.product_detail .pd_right .page4 table{
    width: 100%!important;
    border-left:solid #333 1px;
    border-top:solid #333 1px;
}
.product_detail .pd_right .page4 table tr {
  /*display: flex;*/
  font-size: 0.18rem;
  color: #333;
}

.product_detail .pd_right .page4 .table p img{
    width: 100%;
}
.product_detail .pd_right .page4 table tr td {
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
    border-right:solid #eaeaea 1px;
    border-bottom:solid #eaeaea 1px;
    vertical-align: middle;

}
.product_detail .pd_right .page4 .table  p {
    margin-bottom: 0.2rem;
    text-align: left!important;
}
.product_detail .pd_right .page4 table tr td p{
    text-indent: 0!important;
    text-align: center!important;
    margin-bottom: 0!important;
}
.product_detail .pd_right .page4 table .firstRow td:nth-child(1) {
  border-right: 0.01rem solid #fff;
}
.product_detail .pd_right .page4 table .firstRow td:nth-child(2) {
  width: 50%;
}

/**/
.product_detail .pd_right .page5 .title {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.4rem;
  color: #333;
}
.product_detail .pd_right .page5 .list {
  display: flex;
  flex-wrap: wrap;
}
.product_detail .pd_right .page5 .item {
  width: 3.92rem;
  display: block;
  margin-right: 0.52rem;
  margin-bottom: 0.3rem;
}
.product_detail .pd_right .page5 .item:nth-child(3n) {
  margin-right: 0;
}
.product_detail .pd_right .page5 .item .top {
  width: 3.92rem;
  height: 3.92rem;
  position: relative;
}

.product_detail .pd_right .page5 .item .top .hover_box {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(14, 87, 162, 0);
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  overflow: hidden;
}
.product_detail .pd_right .page5 .item .top .hover_box .more {
  transform: translateX(-200%);
  transition: all 0.5s;
  opacity: 0;
}
.product_detail .pd_right .page5 .item .top img {
  width: 100%;
  transition: all 0.5s;
}
.product_detail .pd_right .page5 .item .txt {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #333;
  font-size: 0.2rem;
  text-align: center;
}
.product_detail .pd_right .page5 .item:hover .top .hover_box {
  background-color: rgba(14, 87, 162, 0.5);
}
.product_detail .pd_right .page5 .item:hover .top .hover_box .more {
  transform: translateX(0);
  opacity: 1;
}
.product_detail .pd_right .page5 .item:hover .txt {
  color: #1c4fb0;
}
.news_page1 {
  width: 100%;
  padding: 0 1.6rem;
}
.news_page1 .tab {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 1rem;
  border-bottom: 0.01rem solid rgba(28, 79, 176, 0.25);
  font-size: 0.25rem;
}

.news_page1 .tab .item {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666666;
}
.news_page1 .tab .item.act {
  color: #1c4fb0;
  border-bottom: 0.05rem solid #1c4fb0;
}
.news_page1 .news_container .news_list {
  display: none;
}
.news_page1 .news_container .news_list.act {
  display: block;
}
.news_page1 .news_list .news_item {
  display: flex;
  padding: 1rem 0;
  height: 4rem;
  border-bottom: 0.01rem solid rgba(28, 79, 176, 0.25);
}
.news_page1 .news_list .news_item:last-child {
  border-bottom: none;
}
.news_page1 .news_list .news_item .time {
  color: rgb(28, 79, 176);
  margin-right: 0.5rem;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 0.96rem;
}
.news_page1 .news_list .news_item .time .line {
  margin-top: 0.29rem;
  margin-bottom: 0.25rem;
  width: 100%;
  height: 0.01rem;
  background-color: #1c4fb0;
}

.news_page1 .news_list .news_item .time .day {
  font-size: 0.35rem;
}
.news_page1 .news_list .news_item .time .year {
  font-size: 0.16rem;
}

.news_page1 .news_list .news_item .news_img {
  width: 3.6rem;
  height: 2rem;
  margin-right: 0.58rem;
  overflow: hidden;
}
.news_page1 .news_list .news_item .news_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news_page1 .news_list .news_item .news_img img:hover {
  transform: scale(1.1);
}

.news_page1 .news_list .news_item .news_text {
  width: 10.36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_page1 .news_list .news_item .news_text .title {
  font-size: 0.25rem;
  color: #333;
  margin-top: 0.05rem;
  margin-bottom: 0.3rem;
}
.news_page1 .news_list .news_item .news_text .content {
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.news_page1 .news_list .news_item .news_text .more {
  width: 2.02rem;
  height: 0.48rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.24rem;
  color: #1c4fb0;
  font-size: 0.16rem;
  font-family: PingFangSC-Light, PingFang SC;
  border: 0.01rem solid #1c4fb0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
  z-index: 2;
}
.news_page1 .news_list .news_item .news_text .more::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.01rem;
  height: 100%;
  width: 0;
  border-radius: 0.24rem;
  background-color: #1c4fb0;
  transition: all 0.5s;
  z-index: -1;
}

.news_page1 .news_list .news_item .news_text .more i {
  display: block;
  width: 0.26rem;
  height: 0.12rem;
  background-image: url(/static/img/left.svg);
  background-size: 100% 100%;
  margin-left: 0.3rem;
  transition: all 0.5s;
}
.news_page1 .news_list .news_item:hover .news_text .more i {
  background-image: url(/static/img/lefta.svg);
}

.news_page1 .news_list .news_item:hover .time {
  opacity: 1;
}
.news_page1 .news_list .news_item:hover .title {
  color: #1c4fb0;
}

.news_page1 .news_list .news_item:hover .more {
  color: #fff;
  border: none;
}
.news_page1 .news_list .news_item:hover .more::after {
  width: 110%;
}

.nn_page
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
.nn_page .pagination .item {
  width: 0.31rem;
  height: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f3f5;
  color: #aeafaf;
  margin-right: 0.18rem;
}
.nn_page .pagination .item:last-child {
  margin-right: 0;
}
.nn_page .pagination .item.act {
  background-color: #1c4fb0;
  color: #fff;
}

.news_detail_box {
  margin-top: 0.8rem;
  padding: 0.55rem 1.6rem 1.45rem;
  background-color: #f8f8f8;
  /*display: flex;*/
}
.news_detail {
    float: left;
  background-color: #fff;
  padding: 0.48rem 0.82rem 1.44rem;
  width: 10.23rem;
  margin-right: 0.55rem;
}
.news_detail .ny_banner {
  margin-bottom: 0.43rem;
  display: flex;
  font-size: 0.16rem;
}
.news_detail .ny_banner .item {
  margin: 0 0.05rem;
  color: #666;
}
.news_detail .ny_banner .item:nth-child(1) {
  margin-left: 0;
}
.news_detail .ny_banner .item.act {
  color: #000;
}
.news_detail .news_top {
  border-bottom: 0.01rem solid #c5c5c5;
  margin-bottom: 0.84rem;
}
.news_detail .news_top .title {
  color: #000;
  font-size: 0.25rem;
  margin-bottom: 0.9rem;
  line-height: 2;
}

.news_detail .news_top .time {
  font-size: 0.16rem;
  color: #000;
  margin-bottom: 0.47rem;
}
.news_detail .news_top_img {
  width: 8.59rem;
}
.news_detail .news_content p {
  margin-top: 0.45rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
}

.news_detail .news_content .news_img {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 8.59rem;
}
.news_detail .news_content .news_img img {
  width: 100%;
}
.news_detail .news_content .news_img .img_name {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  color: #666;
}

.news_detail_box .right {
  width: 5.22rem;
  float: right;
  position: sticky;
  top: 1.35rem;
}
.news_detail_box .right .relation {
  background-color: #fff;
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.news_detail_box .right .relation .title {
  margin-bottom: 0.3rem;
  width: 100%;
  border-left: 0.03rem solid #1c4fb0;
  font-size: 0.2rem;
  padding-left: 0.3rem;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #000;
  font-weight: bold;
  font-family: PingFangSC-Light, PingFang SC;
}
.news_detail_box .right .item {
  padding-left: 0.3rem;
  font-size: 0.16rem;
  margin-bottom: 0.22rem;
}
.news_detail_box .right .item:last-child {
  margin-bottom: 0;
}
.news_detail_box .right .item .tit {
  text-align: left;
  color: #000;
  align-items: start;
  margin-bottom: 0.22rem;
  font-weight: bold;
  font-family: PingFangSC-Light, PingFang SC;
}
.news_detail_box .right .item .time {
  font-weight: bold;
  font-family: PingFangSC-Light, PingFang SC;
}
.news_detail_box .right .relation .lmore {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.51rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c4fb0;
  color: #fff;
  font-weight: bold;
  font-family: PingFangSC-Light, PingFang SC;
}
.news_detail_box .right .relation .lmore span {
  font-size: 0.23rem;
  margin-left: 0.08rem;
}
.news_detail_box .right .next {
  background-color: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.42rem;
}
.news_detail_box .right .next .title {
  margin-bottom: 0.3rem;
  width: 100%;
  border-left: 0.03rem solid #1c4fb0;
  font-size: 0.2rem;
  padding-left: 0.3rem;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #000;
  font-weight: bold;
  font-family: PingFangSC-Light, PingFang SC;
}
/* news-end--------------------------------- */

/*case--------------------------------- */

.case_page .case_right {
  padding: 2rem 1.6rem 1.2rem 0.8rem;
}
.case_right .page1 {
  display: flex;
}
.case_right .page1 .right {
  padding: 0.8rem 0.6rem 0 0;
  width: 5.73rem;
  background-color: #fff;
}
.case_right .page1 .right .img {
  width: 5.13rem;
  overflow: hidden;
}
.case_right .page1 .right img {
  width: 100%;
  transition: all 0.5s;
}
.case_right .page1 .right img:hover {
  transform: scale(1.05);
}
.case_right .page1 .interview {
  width: calc(100% - 5.73rem);
  height: 5.77rem;
  overflow: auto;
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0.85rem;
  background-color: #fff;
}
.case_right .page1 .interview .model {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  color: #1d50b1;
}
.case_right .page1 .interview .title {
  padding-bottom: 0.27rem;
  position: relative;
  font-size: 0.42rem;
  color: #333;
}
.case_right .page1 .interview .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.01rem;
  background-color: rgba(28, 79, 176, 0.41);
  height: 0.01rem;
  width: 0.9rem;
}
.case_right .page1 .interview .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1c4fb0;
  height: 0.03rem;
  width: 0.4rem;
}
.case_right .page1 .interview .content .tit {
  font-size: 0.25rem;
  align-items: start;
  margin-bottom: 0.3rem;
  text-align: left;
  height: 0.7rem;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.case_right .page1 .interview .content {
  margin-top: 0.45rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 2;
  width: 6rem;
}

.case_right .page1 .interview .content .lcontent{
    height: 1.53rem;
    overflow: auto;
    padding-right: 0.2rem ;
}


.case_right .page {
  margin-top: 1rem;
  position: relative;
  width: 100%;
}
.case_right .page1 .interview .more {
  position: absolute;
  bottom: 0.52rem;
  left: 0.85rem;
}
.case_right .page .title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  line-height: 2;
}
.case_right .page2 {
  height: 4.6rem;
  margin-bottom: 2rem;
}
.case_right .page2 .bg {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  height: 100%;
}

.case_right .page2 .bg.m{
    display: none;
}
.case_right .page2 .bg .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 23, 64, 0.7);
}
.case_right .page2 .bg img {
  width: 100%;

}



.case_right .page2 .list {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.case_right .page2 .m_list{
    display: none;
}
.case_right .page2 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.47rem;
}
.case_right .page2 .list .item .inner {
  height: 2.19rem;
  width: 3.72rem;
  position: relative;
}
.case_right .page2 .list .item .bg_img{
    transition: all 0.5s;
    z-index: 1;
}
.case_right .page2 .list .item:hover .bg_img{
    transform: scale(1.1);
}
.case_right .page2 .list .item .inner .bg .lcover,
.case_right .page2 .list .item .inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.case_right .page2 .list .item .inner .bg .lcover,
.case_right .page2 .list .item .inner .bg .bg_img {
  width: 100%;
}
.case_right .page2 .list .item .inner .bg .m_img{
    display: none;
}
.case_right .page2 .list .item:last-child {
  margin-right: 0;
}
.case_right .page2 .list .item .txt {
  padding: 0.5rem 0.4rem 0;
  position: relative;
  color: #fff;
  z-index: 9;
}
.case_right .page2 .list .item .tit {
  font-size: 0.2rem;
  align-items: start;
  text-align: left;

  line-height: 1.75;
  margin-bottom: 0.15rem;
}
.case_right .page2 .list .item .content {
  font-size: 0.15rem;
  line-height: 1.75;
}

.case_right .page2 .list .item .lmore {
  position: relative;
  width: 100px;
  height: 33px;
  border-radius: 15px;
  font-size: 0.12rem;
  margin-top: 0.48rem;
  margin-bottom: 0.15rem;
}
.case_right .page2 .list .item .lmore i {
  width: 0.2rem;
  height: 0.1rem;
  background: url("../img/lmore-ico.svg") no-repeat center;
  margin-left: 0;
}
.case_right .page3 .swiper_box {
  width: 12.8rem;
  height: 6.03rem;
  background-color: #fff;
  padding-top: 1.22rem;
}
.case_right .page3 .swiper {
  margin: 0 0.8rem 0 0.8rem;
  overflow: hidden;
}
.case_right .page3 .swiper .item_box{
  display: flex;
  align-items: center;
}

.case_right .page3 .m_swiper{
    display: none;
}
.case_right .page3 .swiper .item {
  width: 5.34rem;
  height: 3.16rem;
  transition: all 0.5s;
  position: relative;
}
.case_right .page3 .swiper .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.case_right .page3 .swiper .item .bg .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.case_right .page3 .swiper .item .bg img {
  width: 100%;
  transition: all 0.5s;
}
.case_right .page3 .swiper .item:hover .bg img{
    transform: scale(1.1);
}
.case_right .page3 .swiper .item .txt {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9;
}
.case_right .page3 .swiper .item .tit {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 0.1rem;
  position: relative;
}
.case_right .page3 .swiper .item .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  transition: all 0.5s;
}
.case_right .page3 .swiper .item:hover .tit::after {
  width: 100%;
}
/* .case_right .page3 .swiper .swiper-slide-active .item {
  width: 2.36rem;
  height: 3.76rem;
  border: 0.5px solid #707070;
  padding-top: 0.58rem;
  border-bottom: 0.54rem solid #1c4fb0;
}
.case_right .page3 .swiper .swiper-slide-active .item .tit {
  color: #1c4fb0;
} */
.case_right .page3 .swiper .item .more {
  width: 0.74rem;
  height: 0.22rem;
  font-size: 0.12rem;
  margin-top: 0.12rem;
  margin-bottom: 0.15rem;
}
.case_right .page3 .swiper .item .more i {
  width: 0.12rem;
  height: 0.05rem;
  background-image: url("../img/lmore-ico.svg");
  margin-left: 0;
}
.case_right .page3 .swiper .item .pro_img {
  margin-left: 0.6rem;
  width: 1.35rem;
  height: 1.35rem;
}
.case_right .page3 .btn .prev {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 0.64rem;
  width: 0.64rem;
  position: absolute;
  left: 5.66rem;
  bottom: 0.34rem;
  z-index: 2;
}
.case_right .page3 .btn .prev:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(180deg);
}
.case_right .page3 .btn .next {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 0.64rem;
  width: 0.64rem;
  position: absolute;
  right: 5.66rem;
  bottom: 0.34rem;
  transform: rotate(180deg);
  z-index: 2;
}
.case_right .page3 .btn .next:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(0deg);
}
.case_right .page4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.case_right .page4 .bg img {
  width: 100%;
}

.case_right .page4 .list {
  display: flex;
  flex-wrap: wrap;
}
.case_right .page4 .m_list{
    display: none;
}
.case_right .page4 .item {
  width: 3.92rem;
  display: block;
  margin-right: 0.52rem;
  margin-bottom: 0.3rem;
}
.case_right .page4 .item:nth-child(3n) {
  margin-right: 0;
}
.case_right .page4 .item .top {
  width: 3.92rem;
  height: 3.92rem;
  position: relative;
}

.case_right .page4 .item .top .hover_box {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(14, 87, 162, 0);
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  overflow: hidden;
}
.case_right .page4 .item .top .hover_box .more {
  transform: translateX(-200%);
  transition: all 0.5s;
  opacity: 0;
}
.case_right .page4 .item .top img {
  width: 100%;
  transition: all 0.5s;
}
.case_right .page4 .item .txt {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #333;
  font-size: 0.2rem;
  text-align: center;
}
.case_right .page4 .item:hover .top .hover_box {
  background-color: rgba(14, 87, 162, 0.5);
}
.case_right .page4 .item:hover .top .hover_box .more {
  transform: translateX(0);
  opacity: 1;
}
.case_right .page4 .item:hover .txt {
  color: #1c4fb0;
}

/* contact-------------------------------------------- */

.cta_p {
  position: relative;
  width: 100%;
}
.cta_p1 {
  display: flex;
  padding: 0.67rem 1.6rem;
}
.cta_item {
  width: 7.86rem;
  height: 4.75rem;
  background-color: #f0f0f0;
}
.cta_item .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.cta_item svg,
.cta_item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}
.cta_item svg{
  width: 66px;
}
.cta_item .tit {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.cta_item .time {
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.3rem;
  text-align: center;
}
.cta_item a {
  font-size: 0.16rem;
  color: #1d50b1;
}

.cta_item .img img {
  width: 100;
}
.cta_p1 .right {
  width: 8.14rem;
  height: 4.75rem;
  background-color: #dfdfdf;
  position: relative;
}
.cta_p1 .right .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cta_p1 .right .bg img {
  width: 100%;
  display: block;
}

.cta_p2 {
  padding: 0 1.6rem 0.67rem;
}
.cta_p2 .list {
  display: flex;
  justify-content: space-between;
}
/*.cta_p2 .list .item {*/
/*  width: 5.15rem;*/
/*  height: 4.58rem;*/
/*}*/
.cta_p2 .list .item {
  width: calc((100% - 0.72rem) / 4);
  height: 4.58rem;
}
.cta_p2 .list .item.m{
  display: none;
}
.cta_p3 {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  height: 9.4rem;
}
.cta_p3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cta_p3 .bg .img{
    display: none;
}
.cta_p3 .inner {
  position: relative;
}

.cta_p3 .top,
.cta_p3 .bottom{
  padding-left: 2.5rem;

}
.cta_p3 .bottom .dq{
  position: absolute;
  bottom: -5vw;
  right: -1.53vw;
  height: 51.68vw;
  width: 51.68vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta_p3 .title {
  font-size: 0.42rem;
  text-align: center;
  margin-bottom: 1.2rem;
  font-weight: bold;
}


.cta_p3 .top .titem{
    display: none;
}

.cta_p3 .top .titem.act{
    display: block;
}


.cta_p3 .top .tit {
  font-size: 0.32rem;
  align-items: start;
  color: #1c4fb0;
  margin-bottom: 0.6rem;
}
.cta_p3 .top .list {
  margin-bottom: 1.12rem;
}
.cta_p3 .top .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.cta_p3 .top .item .name{
    font-size: 0.25rem;
    line-height:  1.5;
}
.cta_p3 .top .item img {
  margin-right: 0.3rem;
  width: 0.42rem;
}
.cta_p3 .bottom .list {
  width: 8rem;
  display: flex;
  flex-wrap: wrap;
}
.cta_p3 .bottom .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.61rem;
  color: #666;
  width: 50%;
      transition: all 0.5s;
  }
  .cta_p3 .bottom .item:hover{
      transform:translateY(-10%);

    color: #1c4fb0;
  }

.cta_p3 .bottom .item .img {
  margin-right: 0.27rem;
  width: 0.42rem;
}
.cta_p3 .bottom .item .img img {
  width: 100%;
}
.cta_p3 .bottom .item .act_img {
  display: none;
}
.cta_p3 .bottom .item:hover .comm_img{
    display: none;
}
.cta_p3 .bottom .item:hover .act_img{
    display: block;
}
.cta_p3 .bottom .imgs {
  position: absolute;
  right: 0.87rem;
  top: 0.2rem;
  width: 7.62rem;
}
.cta_p3 .bottom .imgs .img {
  display: none;
  width: 100%;
}
.cta_p3 .bottom .imgs .img img {
  width: 100%;
}

.cta_p3 .bottom .imgs .img.act {
  display: block;
}
.cta_p4 {
  height: 6.32rem;
}
.cta_p4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_p4 .bg img {
  width: 100%;
}
.cta_p4 .bg .img{
    display: none;
}
.cta_p4 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem 1.6rem;
}
.cta_p4 .title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3rem;
}
.cta_p4 .list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cta_p4 .item {
  width: 3.83rem;
  height: 1.88rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.cta_p4 .item:hover{
    transform: translateY(-10%);
}
.cta_p4 .item .tit {
  font-size: 0.25rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.cta_p4 .item .content {
  font-size: 0.14rem;
  margin-bottom: 0.18rem;
}
.cta_p4 .item a {
  color: #1c4fb0;
  font-size: 0.14rem;
}

/* contact-end-------------------------------------------- */

/* ab------------------------- */
.ab_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ab_banner .m_bg{
    display: none;
}
.banner.ab_banner {
  margin-top: 0.8rem;
  position: relative;
  height: 6.6rem;
}
.ab_banner_text {
  height: 100%;
  width: 100%;
  font-size: 0.42rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  position: relative;
  z-index: 9;
}
.ab_banner_text .ab_more i {
  background-image: url("../img/start.svg");
  width: 0.16rem;
  height: 0.16rem;
}
.ab_banner_text .content {
  font-size: 0.18rem;
  text-align: center;
  line-height: 2;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.ab_banner_text .list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.96rem;
}
.ab_banner_text .item {
  background-color: rgb(128, 168, 245, 0.25);
  width: 3.71rem;
  height: 1.36rem;
  margin-right: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ab_banner_text .item:last-child {
  margin-right: 0;
}
.ab_banner_text .item .tit {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.ab_banner_text .item .content {
  font-size: 0.16rem;
  line-height: 2;
  margin: 0;
}

.ab_bg .l_bg {
  position: absolute;
  left: -2.3rem;
  top: -0.85rem;
  width: 9.52rem;
}
.ab_bg .r_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.24rem;
}
.ab_bg img {
  width: 100%;
}
.ab_page {
  width: 100%;
  position: relative;
}
.ab_page1 {
  margin-top: 1.54rem;
  display: flex;
  padding: 0 1.6rem;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

.ab_page1 .left {
  padding-top: 2rem;
}
.ab_page1 .left .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #1c4fb0;
  margin-bottom: 0.55rem;
}
.ab_page1 .left .content {
  font-size: 0.18rem;
  line-height: 2;
  width: 6.28rem;
}
/*.ab_page1 .right {*/
/*  width: 8.28rem;*/
/*  height: 7.46rem;*/
/*transition: all 0.5s;*/
/*}*/
.ab_page1 .right.m{
    display: none;
}
/*.ab_page1 .right img {*/
/*  width: 100%;*/
/*}*/

.ab_page1 .right {
  width: 9.84rem;
  height: 9.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab_page1 .right .inner {
  width: 9.84rem;
  height: 9.46rem;
  position: relative;
}

.ab_page1 .right .inner.act {
  width: 7.84rem;
  height: 7.46rem;
  transition: all 1.5s;
}
.ab_page1 .right .img1 {
  width: 3.62rem;
  height: 4.04rem;
  position: absolute;
  top: 0;
  left: 0;
}

.ab_page1 .right .img2 {
  width: 4.02rem;
  height: 2.56rem;
  position: absolute;
  top: 0.76rem;
  right: 0;
}
.ab_page1 .right .img3 {
  width: 3.68rem;
  height: 2.42rem;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
}
.ab_page1 .right .img4 {
  width: 4.02rem;
  height: 3.96rem;
  position: absolute;
  bottom: 0;
  right: 0;
}



.ab_page2 {
  display: flex;
  padding: 0 1.6rem;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
.ab_page2 .left {
}
.ab_page2 .left img {
  width: 7.48rem;
  height: 4.39rem;
}
.ab_page2 .left .z1 {
  position: absolute;
  top: 0;
  left: 1.6rem;
  z-index: 9;
}
.ab_page2 .left .z2 {
  position: absolute;
  top: 0.63rem;
  left: 2.4rem;
}
.ab_page2 .right {
  padding-top: 2rem;
}
.ab_page2 .right .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #1c4fb0;
  margin-bottom: 0.55rem;
}
.ab_page2 .right .content {
  width: 6.8rem;
  font-size: 0.18rem;
  line-height: 2;
}

.ab_page3 {
  height: 9.4rem;
  overflow: hidden;
}

    #echart {
        width: 1024px;
        height: 800px;
    }
.ab_page3 .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.ab_page3 .ab_bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ab_page3 .ab_bg4 {
  position: absolute;
  bottom: 0;
  right: 2.31rem;
  width: 8.82rem;
  z-index: 4;
}
.ab_page3 .m_bg_img{
    display: none;
}
.ab_page3 .inner {
  position: relative;
  z-index: 5;
  padding: 2.2rem 1.6rem 0;
}
.ab_page3 .title {
  font-size: 0.42rem;
  margin-bottom: 0.45rem;
  color: #fff;
}
.ab_page3 .content {
  width: 4.7rem;
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.4rem;
  color: #fff;
}
.ab_page3 .more {
  margin: 0 0 1.6rem 0;
  opacity: 0;
}
.ab_page3 .list {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  width: 100%;
}


.ab_page3 .list .swiper{
    margin: 0 1.6rem 0 0;
}

.ab_page3 .list .swiper .swiper-wrapper{
    transition-timing-function: linear;
}
.ab_page3 .list .item {
  width: 2.8rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.ab_page3 .list .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ab_page3 .list .item:nth-child(5n) {
  margin-right: 0;
}
.ab_page4 {
  /*height: 9.4rem;*/
  padding-top: 1.3rem;
  padding-bottom: 0.4rem;
}

.ab_page4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}
.ab_page4 .bg img {
  width: 100%;
}
.ab_page4 .bg .m_bg{
    display: none;
}

.ab_page4 .title {
  font-size: 0.42rem;
  margin-bottom: 0.74rem;
  padding-left: 1.6rem;
}
.ab_page4 .top {
  width: 100%;
  padding: 0 1.6rem;
}
.ab_page4 .top .item {
  display: none;
}
.ab_page4 .top .item.act {
  display: flex;
}
.ab_page4 .top .item .left {
  font-size: 1.6rem;
  color: #1c4fb0;
  margin-right: 2.6rem;
}
.ab_page4 .top .item .right {
  height: 4.1rem;
  width: 7.1rem;
  overflow: auto;
}
.ab_page4 .top .item .right p {
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
  width: 7rem;
  line-height: 1.75;
  position: relative;
  padding-left: 0.3rem;
}
.ab_page4 .top .item .right p::after {
  content: "";
  background-image: url("../img/dot000.svg");
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ab_page4 .bottom {
  margin: 1.3rem 280px 0;
  overflow: hidden;
  position: relative;
}
.ab_page4::after{
    content: "";
    position: absolute;
    bottom: calc(0.4rem + 11px);
    left: 0;
    width: 200%;
    height: 2px;
    background-color: #1c4fb0;
    opacity: 0.5;
}
.ab_page4 .bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
  color: #b2b2b2;
}
.ab_page4 .bottom .item .num {
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}
.ab_page4 .bottom .swiper-slide-active.item {
  color: #1c4fb0;
  font-size: 0.4rem;
}
.ab_page4 .bottom .item .dot {
  margin-top: 0.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 24px;
  justify-content: center;
}
.ab_page4 .bottom .item .dot .act_img {
  display: none;
}
.ab_page4 .bottom .swiper-slide-active.item .dot .act_img {
  display: block;
}
.ab_page4 .bottom .swiper-slide-active.item .dot .comm_img {
  display: none;
}
.ab_page4 .btn .prev {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 0.4rem;
  width: 0.4rem;
  margin-right: 0.2rem;
  position: absolute;
  left: 1.6rem;
    bottom: 0.33rem;
  z-index: 2;
}
/*.ab_page4 .btn .line {*/
/*  position: absolute;*/
/*  bottom: 0.71rem;*/
/*  width: 5rem;*/
/*  height: 0.02rem;*/
/*  background-color: #ccc;*/
/*}*/
/*.ab_page4 .btn .line1 {*/
/*  left: 0;*/
/*}*/
/*.ab_page4 .btn .line2 {*/
/*  right: 0;*/
/*}*/
.ab_page4 .btn .prev:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(180deg);
}
.ab_page4 .btn .next {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 0.4rem;
  width: 0.4rem;
  position: absolute;
  right: 1.6rem;
  bottom: 0.33rem;
  z-index: 2;
  transform: rotate(180deg);
}
.ab_page4 .btn .next:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(0);
}

/* about-end----------------------------- */

/* join---------------------------------- */

.join_list {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.join_list .item {
  width: 1.65rem;
  height: 0.49rem;
  border: 1px #fff solid;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.24rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.5s;
}

.join_list .item:hover{
    background-color: rgba(255,255,255,0.35);
}


.join_list .item:last-child {
  margin-right: 0;
}

.join_page {
  position: relative;
  width: 100%;
}

.join_page1 {
  padding: 1rem 1.6rem 1rem;
}
.join_page1 .title1 {
  font-size: 0.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.27rem;
}
.join_page1 .title2 {
  font-weight: bold;
  font-size: 0.42rem;
  text-align: center;
  margin-bottom: 0.23rem;
}
.join_page1 .title3 {
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.join_page1 .list {
  display: flex;
}
.join_page1 .m_list{
    display: none;
}
.join_page1 .item {
  width: 4.88rem;
  height: 6.26rem;
  position: relative;
  margin-right: 0.68rem;
}
.join_page1 .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.join_page1 .item .bg .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 79, 176, 0);
  transition: all 0.5s;
}
.join_page1 .item:hover .bg .cover{
  background-color: rgba(28, 79, 176, 0.5);
}
.join_page1 .item .bg img {
  width: 100%;
}
.join_page1 .item .bg .act_img{
    display: none;
}
.join_page1 .item:nth-child(2) {
  margin-top: 1rem;
}
.join_page1 .item:nth-child(3) {
  margin-top: 2rem;
  margin-right: 0;
}
.join_page1 .item .comm_box {
  padding: 1.1rem 0 0 0.48rem;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.join_page1 .item .comm_box .tit {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
  align-items: start;
}
.join_page1 .item .comm_box .content {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
  width: 4rem;
}
.join_page1 .item .comm_box img {
  position: absolute;
  bottom: 0.34rem;
  left: 0.43rem;
  width: 1.64rem;
}
.join_page1 .item .hover_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  transition: all 0.5s;
}
.join_page1 .item .hover_box .txt {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.join_page1 .item .hover_box .arr {
  width: 0.87rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1c4fb0;
}
.join_page1 .item .hover_box .arr img {
  width: 0.26rem;
}
.join_page1 .item:hover .hover_box {
  opacity: 0;
}
.join_page1 .item:hover .comm_box {
  opacity: 1;
}
.join_page1 .item:hover .bg .comm_img{
    display: none;
}
.join_page1 .item:hover .bg .act_img{
    display: block;
}


.join_page1 .btn{
    margin:18.5px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.join_page1 .btn .prev {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  margin-right: 16.5px;
}
.join_page1 .btn .prev:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(180deg);
}
.join_page1 .btn .next {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  transform: rotate(180deg);
}
.join_page1 .btn .next:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(0);
}





.join_page2 {
  height: 6.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join_page2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.join_page2 .bg .border{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
    border: 1rem solid #fff;
    transition: all 0.5s;
}
.join_page2 .bg .border.act{

    border: 0rem solid #fff;
}
.join_page2 .bg .img{
    display: none;
}
.join_page2 .bg .bg2 {
  width: 100%;
}
.join_page2 .bg .bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.join_page2 .title1 {
  font-size: 0.25rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.27rem;
}
.join_page2 .title2 {
  font-weight: bold;
  font-size: 0.42rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.23rem;
}
.join_page2 .title3 {
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.6rem;
}

.j3dialog{
    display: none;
}


.join_page3 {
  height: 12.31rem;
  padding: 1.1rem 1.6rem 0;
}

.join_page3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.join_page3 .bg img {
  width: 100%;
}
.join_page3 .bg .img{
    display: none;
}
.join_page3 .title1 {
  font-size: 0.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.27rem;
}
.join_page3 .title2 {
  font-weight: bold;
  font-size: 0.42rem;
  text-align: center;
  margin-bottom: 0.23rem;
}
.join_page3 .title3 {
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.join_page3 .inner {
  margin-top: 0.2rem;
  display: flex;
}
.join_page3 .m_inner{
    display: none;
}
.join_page3 .list {
  position: relative;
  width: calc(100% - 8.29rem);
  height: 7.78rem;
  margin-right: 0.51rem;
}
.join_page3 .item {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  padding: 0.34rem 0.44rem;
  transition: all 0.5s;
}
.join_page3 .item:hover {
  background-color: #1c4fb0;
}
.join_page3 .item:hover .act_img{
  display: block;
}
.join_page3 .item:hover .comm_img{
  display: none;
}
.join_page3 .item:hover .tit {
  color: #fff;
}

.join_page3 .item img {
  position: absolute;
  right: 0.54rem;
  bottom: 0.3rem;
}
.join_page3 .item .tit {
  font-size: 0.25rem;
  align-items: start;
  transition: all 0.5s;
}
.join_page3 .item:nth-child(1) {
  width: 3.68rem;
  height: 2.84rem;
  top: 0;
  left: 0;
}
.join_page3 .item:nth-child(2) {
  width: 3.68rem;
  height: 1.92rem;
  top: 3.37rem;
  left: 0;
}
.join_page3 .item:nth-child(3) {
  width: 3.68rem;
  height: 1.92rem;
  bottom: 0;
  left: 0;
}
.join_page3 .item:nth-child(4) {
  width: 3.68rem;
  height: 1.73rem;
  top: 0;
  right: 0;
}
.join_page3 .item:nth-child(5) {
  width: 3.68rem;
  height: 2.84rem;
  top: 2.27rem;
  right: 0;
}
.join_page3 .item:nth-child(6) {
  width: 3.68rem;
  height: 2.36rem;
  bottom: 0;
  right: 0;
}
.join_page3 .right .ritem{
  display: none;
  width: 7.87rem;
  height: 7.78rem;
  color: #fff;
  padding-top: 0.98rem;
  padding-left: 1.18rem;
  position: relative;
  border-radius: 0.16rem;
}
.join_page3 .right .ritem.act{
    display: block;
}
.join_page3 .right .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.join_page3 .right .bg .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.16rem;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.join_page3 .right .bg img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.5s;
}
  .join_page3 .right .ritem .rinner{
      position: relative;
      z-index: 9;
  }
  .join_page3 .right .ritem:hover .bg .cover{
  background-color: rgba(0, 0, 0, 0.4);
  }
  .join_page3 .right .ritem:hover .bg img{
      /*transform: scale(1.1);*/
  }

.join_page3 .right .title {
  font-size: 0.42rem;
  margin-bottom: 0.34rem;
}
.join_page3 .right .tit {
  font-size: 0.25rem;
  margin-bottom: 0.88rem;
  align-items: start;
}
.join_page3 .right .content {
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  width: 5.37rem;
}
.join_page3 .right .more {
  width: 2.32rem;
  margin: 0;
}

.join_list input {
  width: 3.53rem;
  height: 0.49rem;
  color: #fff;
  line-height: 0.49rem;
  text-align: center;
  border-radius: 0.24rem;
  background-color: transparent;
  border: 0.01rem solid #fff;
}
.join_list input::-webkit-input-placeholder {
  color: #fff;
}

/* join-end---------------------------------- */

/* join1---------------------------------- */

.join1_right {
  padding: 0.85rem 1.6rem 1rem 1.46rem;
  width: calc(100% - 4rem);
  float: right;
}

.join1_right .title {
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.55rem;
}

.join1_right .item {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0.4rem 0.5rem;
  margin-bottom: 0.25rem;
}
.join1_right .item .post .title {
  font-size: 0.25rem;
  margin-bottom: 0.25rem;
}
.join1_right .item .top .info {
  font-size: 0.18rem;
  display: flex;
}
.join1_right .item .fold .tit {
  font-size: 0.16rem;
}
.join1_right .item .top {
  padding-bottom: 0.3rem;
}
.join1_right .item .top .post {
  display: flex;
  justify-content: space-between;
}
.join1_right .item .top .links .txt {
  font-size: 0.18rem;
  color: #1c4fb0;
  display: none;
  cursor: pointer;
}
.join1_right .item .top .links {
  display: flex;
}
.join1_right .item .top .links .open i {
  background: url("../img/open.svg") center no-repeat;
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  object-fit: contain;
  margin-right: 0.27rem;
  cursor: pointer;
}
.join1_right .item .top .links .share{
  position: relative;
}
.join1_right .item .top .links .share i {
  background: url("../img/share.svg") center no-repeat;
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  object-fit: contain;
  cursor: pointer;
}
.join1_right .item .top .links .share .ewm{
    opacity: 0;
    position: absolute;
    bottom: 0;
    transform: translate(50%,100%) scale(0.9);
    right: 50%;
    width: 2.5rem;
    height: 3rem;
    background-color: #FFF;
    padding: 0.25rem;
    font-size: 0.18rem;
    transition: all 0.5s;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.join1_right .item .top .links .share .ewm .tran{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    margin: auto;
    background-color: #fff;
    content: "";
    pointer-events: auto;

}

.join1_right .item .top .links .share .ewm .etit{
    margin-bottom: 0.15rem;
}
.join1_right .item .top .links .share:hover .ewm{
    opacity: 1;
    transform: translateY(50%,100%) scale(1);
    z-index: 99;
}
.join1_right .item .top .links .share .ewm .img{
    background-color: #f8f8f8;
    width: 2rem;
    height: 2rem;
}
.join1_right .item .top .links .share .ewm .img img{
    width: 100%;
}
.join1_right .item .top .info .city {
  margin-right: 1.4rem;
}
.join1_right .item .fold {
  display: none;
}
.join1_right .item .demand {
  width: 10rem;
  line-height: 2;
  font-size: 0.12rem;
  color: #666;
}
.join1_right .item .fold .inner {
  display: flex;
  justify-content: space-between;
}
.join1_right .item .fold .inner .desc .demand {
  width: 4.24rem;
}
.join1_right .item .fold .inner .require .demand {
  width: 4.52rem;
}
.join1_right .item .fold .inner .tit {
  align-items: start;
  margin-bottom: 0.15rem;
}
.join1_right .item .fold .btns {
  margin-top: 0.55rem;
}
.join1_right .item .fold .more {
  font-size: 0.12rem;
  width: 1.58rem;
  height: 0.4rem;
  margin-bottom: 0.17rem;
  white-space: nowrap;
}
.join1_right .item .fold .more span {
  width: 0.72rem;
  text-align: center;
}
.join1_right .item .fold .more i {
  background-image: url("../img/more-ico-f.svg");
  margin-left: 0.13rem;
}
.join1_right .item .fold .more:nth-child(1) {
  color: #666;
  background-color: #fff;
}
.join1_right .item .fold .more:nth-child(1) i {
  background-image: url("../img/more-ico-6.svg");
}
.join1_right .item .fold .more:hover i {
  margin-left: 0.2rem;
}
.join1_right .item.act .info,
.join1_right .item.act .title {
  color: #1c4fb0;
}
.join1_right .item.act .links .open,
.join1_right .item.act .links .share {
  display: none;
}
.join1_right .item.act .links .txt {
  display: block;
}

.join1_right .dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.join1_right .dialog.act {
  display: block;
}

.join1_right .dialog .close_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.join1_right .dialog .inner_box{
    margin: auto;
    width: 10rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.join1_right .dialog .table {
  width: 10rem;
  height: 6.95rem;
  /*margin: 1.89rem auto 0;*/
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.75rem 0.47rem;
  position: relative;
}
.join1_right .dialog .close {
  /*position: absolute;*/
  /*top: 0.05rem;*/
  /*left: 0.38rem;*/
  width: 0.44rem;
  height: 0.81rem;
  /*transform: translateY(-100%);*/
}
.join1_right .dialog .close img {
  width: 100%;
}
.join1_right .dialog .table .title {
  font-size: 0.39rem;
  font-weight: bold;
  color: #1c4fb0;
}
.join1_right .dialog .el-form {
  display: flex;
  flex-wrap: wrap;
}
.join1_right .dialog .el-form .fitem {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0.53rem;
}
.join1_right .dialog .el-form .fitem .el-input,
.join1_right .dialog .el-form .fitem .el-input .el-input__inner {
  width: 2.02rem;
  height: 0.75rem;
  margin-right: 0.29rem;
  border-radius: 0.16rem;
}
.join1_right .dialog .el-form .fitem:nth-child(3) .el-input,
.join1_right .dialog .el-form .fitem:nth-child(3) .el-input .el-input__inner {
  width: 2.36rem;
}
.join1_right .dialog .el-form .fitem:nth-child(4) .el-input,
.join1_right .dialog .el-form .fitem:nth-child(4) .el-input .el-input__inner {
  /* margin-left: 0.46rem; */
  margin-right: 0;
  width: 1.71rem;
}
.join1_right .dialog .el-form .fitem:nth-child(6) .el-input,
.join1_right .dialog .el-form .fitem:nth-child(6) .el-input .el-input__inner {
  width: 2.89rem;
}
.join1_right .dialog .el-form .fitem:nth-child(7) .el-input,
.join1_right .dialog .el-form .fitem:nth-child(7) .el-input .el-input__inner {
  margin-right: 0;
  width: 3.56rem;
}
.join1_right .dialog .el-form .fitem > span {
  color: #1c4fb0;
  font-size: 0.19rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.join1_right .dialog .el-form .submit {
  width: 7.96rem;
  height: 0.78rem;
  background-color: #1c4fb0;
  color: #fff;
  margin: 0.25rem auto 0;
  border-radius: 0.39rem;
  font-size: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join1_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.join1_pagination .item {
  width: 0.31rem;
  height: 0.31rem;
  background-color: #f2f3f5;
  font-size: 0.14rem;
  color: #aeafaf;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join1_pagination .item:last-child {
  margin-right: 0;
}
.join1_pagination .prev i,
.join1_pagination .next i {
  background-image: url("../img/page-arr.svg");
  background-size: 100% 100%;
  background-position: center;
  width: 0.0464rem;
  height: 0.0929rem;
  display: inline-block;
}
.join1_pagination .next:hover i,
.join1_pagination .next i {
  transform: rotate(180deg);
}
.join1_pagination .prev:hover i,
.join1_pagination .next:hover i {
  background-image: url("../img/page-arr-f.svg");
}
.join1_pagination .item:hover {
  background-color: #1c4fb0;
  color: #fff;
}

/* join1-end----------------------------- */

/* join3----------------------------- */
.join3_page {
  padding: 1rem 1.6rem 0;
  position: relative;
}
.join3_page .title1 {
  font-size: 0.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.27rem;
}
.join3_page .title2 {
  font-weight: bold;
  font-size: 0.42rem;
  text-align: center;
  margin-bottom: 0.23rem;
}
.join3_page .title3 {
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.96rem;
}
.join3_page1 {
  margin-bottom: 0.8rem;
}



.join3_page1 .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.join3_page1 .list::after{
    content: "";
    position: absolute;
    width: 200vw;
    left: -10%;
    bottom: 40%;
    height: 0.05rem;
    background-color: #dfe6f4;
}
.join3_page1 .m_list2,
.join3_page1 .m_list{
    display: none;
}
.join3_page1 .item {
  width: 3.18rem;
  height: 4.46rem;
  position: relative;
}
.join3_page1 .item .comm_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  padding-top: 1rem;
}
.join3_page1 .item .comm_box .top {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join3_page1 .item .comm_box .top img {
  margin-bottom: 0.32rem;
}
.join3_page1 .item .comm_box  .point{
    height: 0.31rem;
    width: 0.31rem;
    position: absolute;
    bottom: 37%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.join3_page1 .item .comm_box  .point .p{
    height: 0.31rem;
    width: 0.31rem;
    background-color: #FFF;
    border: 1px solid  #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-radius: 50%;
}
/*.join3_page1 .item .comm_box  .point .p1{*/
/*    height: 0.31rem;*/
/*    width: 0.31rem;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/

/*.join3_page1 .item .comm_box  .point .p1::after{*/
/*    content: "";*/
/*    height: 0.05rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: -5rem;*/
/*    width: 10rem;*/
/*    background-color: #dfe6f4;*/
/*}*/








.join3_page1 .item  .bg .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(28, 79, 176, 0);
    transition: all 0.5s;
}
.join3_page1 .item.act  .bg .cover {
    background-color: rgba(28, 79, 176, 0.5);
}

.join3_page1 .item .comm_box .top .txt {
  font-size: 0.32rem;
  font-weight: bold;
}
.join3_page1 .item .comm_box .content {
  font-size: 0.8rem;
  font-weight: bold;
  color: #1c4fb0;
}
.join3_page1 .item .bg img {
  width: 100%;
  height: 100%;
}
.join3_page1 .item .bg,
.join3_page1 .item .bg .cover,
.join3_page1 .item .hover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}
.join3_page1 .item .bg .cover {
  background-color: rgba(0, 0, 0, 0.3);
}
.join3_page1 .item.act .bg,
.join3_page1 .item.act .hover_box ,
.join3_page1 .item:hover .bg,
.join3_page1 .item .bg .cover,
.join3_page1 .item:hover .hover_box {
  opacity: 1;
}

.join3_page1 .item .hover_box {
  padding: 0.5rem 0.34rem;
}
.join3_page1 .item .hover_box .tit {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.24rem;
  align-items: start;
}
.join3_page1 .item .hover_box .content {
  font-size: 0.13rem;
  line-height: 1.5;
  color: #fff;
}
.join3_page1 .item .hover_box .logo {
  position: absolute;
  bottom: 0.34rem;
  left: 0.43rem;
  width: 1.64rem;
}
.join3_page2 .list {
  width: 100%;
  display: flex;
}
.join3_page2 .m_list{
    display: none;
}


.join3_page2 .item {
  width: 4.88rem;
  height: 6.26rem;
  position: relative;
  margin-right: 0.68rem;
}
.join3_page2 .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.join3_page2 .item .bg .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 79, 176, 0);
  transition: all 0.5s;
}
.join3_page2 .item:hover .bg .cover {
  background-color: rgba(28, 79, 176, 0.5);
}

.join3_page2 .item .bg img {
  width: 100%;
  height: 100%;
}
.join3_page2 .item:nth-child(3) {
  margin-right: 0;
}
.join3_page2 .item .comm_box {
  padding: 1.1rem 0 0 0.48rem;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.join3_page2 .item .comm_box .tit {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
  align-items: start;
}
.join3_page2 .item .comm_box .content {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
  width: 4rem;
}
.join3_page2 .item .comm_box img {
  position: absolute;
  bottom: 0.34rem;
  left: 0.43rem;
  width: 1.64rem;
}
.join3_page2 .item .hover_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  transition: all 0.5s;
}
.join3_page2 .item .hover_box .txt {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.join3_page2 .item .hover_box .arr {
  width: 0.87rem;
  height: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1c4fb0;
}
.join3_page2 .item .hover_box .arr img {
  width: 0.26rem;
}
.join3_page2 .item:hover .hover_box {
  opacity: 0;
}
.join3_page2 .item:hover .comm_box {
  opacity: 1;
}

.join3_page3 .m_list{
    display: none;
}
.join3_page3 .list .item {
  display: flex;
}
.join3_page3 .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.join3_page3 .list .item .img {
  width: 50%;
  height: 5.89rem;
  overflow: hidden;
}
.join3_page3 .list .item .img img {
  width: 100%;
  transition: all 0.5s;
}
.join3_page3 .list .item .img img:hover {
  transform: scale(1.1);
}
.join3_page3 .list .item .txt {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 8rem);
}
.join3_page3 .list .item .txt .tit {
  font-size: 0.32rem;
  font-weight: bold;
  align-items: start;
  margin-bottom: 0.3rem;
}
.join3_page3 .list .item .txt .litem {
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 0.31rem;
}
.join3_page3 .list .item .txt .litem::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.05rem;
  background-image: url("../img/dot-blue.svg");
  background-size: 100%;
  width: 0.15rem;
  height: 0.15rem;
}
.join3_page3 .list .item .txt .litem .ltit {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.join3_page3 .list .item .txt .litem .lcontent {
  font-size: 0.18rem;
  line-height: 2;
  width: 3.9rem;
}

/* 11111111111111111111111111111111111111111 */

.join3_page4 .content {
  position: relative;
  width: 100%;
  height: 5.13rem;
}
.join3_page4 .m_content{
    display: none;
}
.join3_page4 .content .imgs {
  display: flex;
  position: absolute;
  top: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.join3_page4 .content .img_list {
  margin-top: 0.48rem;
}
.join3_page4 .content .imgs.act {
  opacity: 1;
  width: 3.6rem;
  height: 4.4rem;
}
.join3_page4 .content .imgs .img {
  position: absolute;
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.join3_page4 .content .imgs .img .limg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.join3_page4 .content .imgs .img img {
  width: 100%;
  transition: all 0.5s;
}
.join3_page4 .content .imgs .img img:hover {
  transform: scale(1.1);
}

.join3_page4 .content .imgs .img {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.join3_page4 .content .imgs.act .img1 {
  width: 1.08rem;
  height: 1.01rem;
  top: 0.55rem;
  /* right: 5.62rem !important; */
  left: -3.1rem;
  transition: all 0.5s 100ms;
}
.join3_page4 .content .imgs.act .img2 {
  width: 2rem;
  height: 1.18rem;
  top: 1.63rem;
  /* right: 5.62rem; */
  left: -4.02rem;
  transition: all 0.5s 200ms;
}
.join3_page4 .content .imgs.act .img3 {
  width: 1.34rem;
  height: 0.8rem;
  top: 2.89rem;
  /* right: 5.62rem; */
  left: -3.36rem;
  transition: all 0.5s 300ms;
}
.join3_page4 .content .imgs.act .img4 {
  width: 1.82rem;
  height: 2.43rem;
  top: 0.38rem;
  /* right: 3.72rem; */
  left: -1.94rem;
  transition: all 0.5s 200ms;
}
.join3_page4 .content .imgs.act .img5 {
  width: 1.82rem;
  height: 1.32rem;
  top: 2.89rem;
  /* right: 3.72rem; */
  left: -1.94rem;
  transition: all 0.5s 500ms;
}
.join3_page4 .content .imgs .img6 {
  width: 3.6rem;
  height: 4.4rem;
  top: 0;
  left: 0;
  position: relative;
  z-index: 99;
}
.join3_page4 .content .imgs.act .img7 {
  width: 2.69rem;
  height: 1.35rem;
  top: 0.36rem;
  left: 3.7rem;
  transition: all 0.5s 100ms;
}
.join3_page4 .content .imgs.act .img8 {
  width: 1.56rem;
  height: 2.29rem;
  top: 1.81rem;
  left: 3.7rem;
  transition: all 0.5s 300ms;
}
.join3_page4 .content .imgs.act .img9 {
  width: 2.24rem;
  height: 1.32rem;
  top: 1.81rem;
  left: 5.36rem;
  transition: all 0.5s 300ms;
}
.join3_page4 .content .imgs.act .img10 {
  width: 1.22rem;
  height: 0.78rem;
  top: 3.23rem;
  left: 5.36rem;
  transition: all 0.5s 500ms;
}

/* 1111111111111111111111111 */

.join3_page5 {
  height: 4.88rem;
}
.join3_page5 .bg {
  position: absolute;
  width: 20.04rem;
  height: 4.88rem;
  bottom: 0;
  left: -0.28rem;
}

.join3_page5 .bg img {
  width: 100%;
}
.join3_page5 .inner {
  position: relative;
  padding-top: 1rem;
}
.join3_page5 .inner .title2 {
  color: #fff;
}
.join3_page5 .inner .more {
  width: 1.65rem;
  height: 0.49rem;
  border-radius: 0.25rem;
  border: #fff solid 1px;
  margin-top: 0.56rem;
  font-size: 0.15rem;
}

/* join3-end----------------------------- */


.banner_text .tcontent {
  font-size: 0.35rem;
  text-align: center;
  line-height: 2;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.tal_page {
  padding-top: 1.6rem;
}
.tal_page .title {
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}
.tal_page1 .list {
  display: flex;
  justify-content: space-between;
  width: 12.23rem;
  margin: 0 auto 1.6rem;
}

.tal_page1 .item .top {
  display: flex;
  align-items: start;
  color: #1c4fb0;
  font-family: HarmonyOS Sans SC;
}
.tal_page1 .item .num {
  font-size: 1rem;
  font-weight: bold;
}

.tal_page1 .item .sy1 {
  font-size: 0.36rem;
  margin: 0 0.1rem;
  font-weight: bold;
}

.tal_page1 .item .sy2 {
  font-size: 0.32rem;
  margin-top: 0.2rem;
  font-weight: bold;
}

.tal_page1 .item .tit {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  color: #1c4fb0;
  font-weight: bold;
}
.tal_page1 .bottom {
  width: 100%;
  display: flex;
}

.tal_page1 .bottom .item {
  width: 50%;
  height: 10.8rem;
  position: relative;
}

.tal_page1 .bottom .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tal_page1 .bottom .item:hover .bg .img{
    transform: scale(1.1);
}
.tal_page1 .bottom .item .bg .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  z-index: 1;
}
.tal_page1 .bottom .item:hover .bg .cover {
  background-color: rgba(0, 0, 0, 0.5);
}

.tal_page1 .bottom .item .bg .img {
  width: 9.6rem;
  height: 10.8rem;
  transition: all 0.5s;
}

.tal_page1 .bottom .item .inner {
  position: relative;
  color: #fff;
  padding: 2.6rem 2.35rem 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.tal_page1 .bottom .item .inner .float {
  position: absolute;
  bottom: 1.54rem;
  left: 2.35rem;
}
.tal_page1 .bottom .item .inner .content {
  width: 5.88rem;
  font-size: 0.28rem;
  line-height: 2;
  opacity: 0;
  transition: all 0.5s;
  height: 70%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.tal_page1 .bottom .item:hover .inner .content{
    opacity: 1;
}
.tal_page1 .bottom .item .inner .tit {
  color: #fff;
  font-size: 0.5rem;
  margin-bottom: 0.32rem;
  font-weight: bold;
}
.tal_page1 .bottom .item .inner .more {
  background-color: initial;
  width: 1.95rem;
  height: 0.49rem;
  position: relative;
  z-index: 9;
  border: 1px solid #fff;
  overflow: hidden;
}
.tal_page1 .bottom .item .inner .more_box {
  position: relative;
  overflow: hidden;
  width: 1.95rem;
  height: 0.49rem;
  margin: 0 auto;
  border-radius: 0.245rem;
}
.tal_page1 .bottom .item .inner .more_box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  transition: all 0.5s;
  left: -0.1rem;
  top: 0;
  background-color: #1c4fb0;
  border-radius: 0.245rem;
}
.tal_page1 .bottom .item:hover .inner .more_box::after {
  width: 150%;
}
.tal_page1 .bottom .item:hover .inner .more_box .more {
  border: none;
}

.tal_page2 .list {
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
}
.tal_page2 .m_list{
    display: none;
}
.tal_page2 .list .item {
  width: 4.88rem;
  height: 6.26rem;
  position: relative;
}
.tal_page2 .list .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tal_page2 .list .item:hover .bg img{
    transform: scale(1.1);
}

.tal_page2 .list .item .bg .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  z-index: 2;
}
.tal_page2 .list .item:hover .bg .cover {
  background-color: rgba(0, 0, 0, 0.35);
}
.tal_page2 .list .item .bg img {
  width: 100%;
  transition: all 0.5s;
}

.tal_page2 .list .item .txt {
  font-size: 0.38rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.tal_page.join3_page5 {
  padding-top: 0;
}
.join3_page5.tal{
    display: none;
}
.tal_page.join3_page5 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.join3_page5.tal .inner{
    height: 130%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.join3_page5 .bg img {
  vertical-align: top;
}

.invest_page {
  padding-right: 1.6rem;
  padding-bottom: 1.95rem;
}
.invest_page .left {
  margin-right: 1.3rem;
  float: left;
  position: sticky;
  top: 0.8rem;
  padding: 1.3rem 0 0 1.6rem;
}
.invest_page .left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.56rem;
  height: 11.28rem;
}
.invest_page .left .bg img {
  width: 100%;
}
.invest_page .left .top {
  margin-bottom: 0.57rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.invest_page .left .title {
  font-size: 0.42rem;
  font-weight: bold;
  margin-right: 0.28rem;
}
.invest_page .left .top .code {
  font-size: 0.23rem;
}

.invest_page .left .img {
  width: 4.06rem;
  height: 6.06rem;
  overflow: hidden;
  margin-bottom: 0.42rem;
  position: relative;
}
.invest_page .left .img img {
  width: 100%;
  transition: all 0.5s;
}
.invest_page .left .img img:hover {
  /* transform: scale(1.1); */
}
.invest_page .left .tip {
  font-size: 0.14rem;
  color: #000;
  line-height: 2;
  position: relative;
}

.invest_page .left .tip a {
  color: #367d93;
}

.invest_page .right {
  float: right;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
}
.invest_page .right .title {
  font-size: 0.48rem;
  padding-bottom: 0.38rem;
  position: relative;
  margin-bottom: 0.41rem;
  display: flex;
  justify-content: space-between;
}
.invest_page .right .title .more {
  margin: 0;
  color: #1c4fb0;
  background-color: #fff;
  width: 1.95rem;
  height: 0.49rem;
  border: 1px solid #1c4fb0;
}
.invest_page .right .title i {
  background-image: url(../img/talent/left-ico-1c.svg);
  width: 0.26rem;
  height: 0.12rem;
}
.invest_page .right .title span {
  font-size: 0.24rem;
}
.invest_page .right .title::before {
  content: "";
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  width: 0.85rem;
  height: 0.03rem;
  background-color: #1c4fb0;
  z-index: 2;
}
.invest_page .right .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.89rem;
  height: 0.01rem;
  background-color: #c8c8c8;
}
.invest_page .right .list {
  margin-bottom: 1.3rem;
}
.invest_page .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 9.45rem;
  padding: 0.215rem 0 0.185rem;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-left: 0.44rem;
}
.invest_page .right .item .txt {
  display: flex;
  align-items: center;
}
.invest_page .right .item .point {
  position: absolute;
  left: -0.44rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
  background-color: #e6e6e6;
  border-radius: 50%;
}
.invest_page .right .item .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0.5rem;
  width: 0.01rem;
  background-color: #e6e6e6;
  transform: translate(-50%, -100%);
}
.invest_page .right .item:nth-child(1) .point::before {
  height: 0;
}
.invest_page .right .item .point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.5rem;
  width: 0.01rem;
  background-color: #e6e6e6;
  transform: translate(-50%, 100%);
}
.invest_page .right .item .time {
  width: 0.72rem;
  height: 0.72rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c8c8c8;
  border-radius: 0.07rem;
  margin-right: 0.35rem;
  transition: all 0.5s;
}
.invest_page .right .item .time .day {
  font-size: 0.32rem;
}
.invest_page .right .item .time .year {
  font-size: 0.14rem;
}
.invest_page .right .item .content {
  font-size: 0.2rem;
  color: #333;
  transition: all 0.5s;
}
.invest_page .right .item .download {
  width: 0.3324rem;
  height: 0.2484rem;
}

.invest_page .right .item:hover .time {
  background-color: #1c4fb0;
  color: #fff;
}
.invest_page .right .item:hover .content {
  color: #1c4fb0;
}
.invest_page .right form .fitem {
  display: flex;
  align-items: center;
  height: 0.74rem;
  margin-bottom: 0.21rem;
}

.invest_page .right form .fitem .name {
  width: 1.8rem;
  display: flex;
  align-items: start;
  font-size: 0.18rem;
  font-weight: bold;
}

.invest_page .right form .fitem .name span {
  color: #1c4fb0;
  margin-right: 0.1rem;
  font-weight: bold;
}
.invest_page .right form .fitem .select {
  background-color: #f9f9f9;
  width: 7.94rem;
  height: 100%;
  padding: 0 0.64rem;
  display: flex;
  align-items: center;
}
.invest_page .right form .fitem .select label {
  display: flex;
  align-items: center;
  width: 25%;
  cursor: pointer;
  font-size: 0.16rem;
}
.invest_page .right form .fitem .select input {
  margin-right: 0.1rem;
  font-size: 0.16rem;
  background-color: #f9f9f9;
  width: 100%;
}
.invest_page .right form .fitem .select.radio input {
  width: auto;
  white-space: nowrap;
}

.invest_page .right form .fitem.textarea {
  height: 1.64rem;
}
.invest_page .right form .fitem.textarea .select {
  padding: 0;
}
.invest_page .right form .fitem .select textarea {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  padding: 0.23rem 0.64rem;
  font-size: 0.16rem;
}

.invest_page .right form .more {
  width: 1.95rem;
  height: 0.49rem;
  margin: 0.43rem auto 0.83rem;
}



		.map {
			padding: 4.7vw 7vw 5.36vw;
			background-color: #fff;
			position: relative;
			z-index: 2;
		}

		.map .title {
			margin-top: 4.4vw;
			font-weight: 700;
			color: #000;
			margin-bottom: 30px;
			font-size: 20px;
			text-align: center;
		}

		.map ul li {
			margin-bottom: 40px;
			border: 1px solid #ccc;
		}

		.map ul li>a {
			display: block;
			background: #f8f8f8;
			height: 40px;
			line-height: 40px;
			padding-left: 20px;
			color: #333;
			font-size: 16px;
		}

		.map ul li .sec {
			display: flex;
			flex-wrap: wrap;
		}

		.map ul li .sec .sec_item>a:nth-child(1){
		    /*margin-left: 0;*/
		}
		.map ul li .sec .sec_item>a {

			padding: 20px;
			display: inline-block;
			margin-right: 20px;
			font-size: 14px;
		}

		.map ul li .sec .third a {
			padding: 20px;
			display: block;
			margin-right: 20px;
			font-size: 12px;
		}


.ftable {
  padding: 1rem 1.6rem;
  background-color: #efefef;

  position: relative;
  z-index: 98;
}
.ftable .inner {
  background-color: #fff;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftable .title {
  font-size: 0.4rem;
  margin-bottom: 0.14rem;
  line-height: 1.3;
}
.ftable .txt {
  font-size: 0.22rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.ftable form {
  display: flex;
  flex-wrap: wrap;
  width: 7.96rem;
}
.ftable .item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ftable .item span {
  margin-bottom: 0.15rem;
  font-size: 0.19rem;
  color: #1c4fb0;
}
.ftable .item select,
.ftable .item input {
  margin-bottom: 0.5rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  border: 1px solid #707070;
  border-radius: 0.16rem;
  padding-left: 0.16rem;
  font-size: 0.16rem;
}
.ftable .div3 input {
  width: 2.32rem;
}
.ftable .div2 select{
    width: 3.73rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
    position: relative;
}
.ftable .address  .xl{
    position: absolute;
    right: 0.66rem;
    top: 50%;
    transform: translateY(-82%);
    width: 0.2rem;
}
.ftable .div2 input {
  width: 3.73rem;
}
.ftable .cname input,
.ftable .email input {
  margin-right: 0;
}

.ftable .titem {
  display: flex;
  flex-direction: column;
}
.ftable .titem span {
  margin-bottom: 0.15rem;
  font-size: 0.19rem;
  color: #1c4fb0;
}
.ftable textarea {
  width: 7.96rem;
  border-radius: 0.16rem;
  font-size: 0.16rem;
}
.ftable .button {
  width: 7.96rem;
  height: 0.78rem;
  background-color: #1c4fb0;
  color: #fff;
  margin-top: 0.5rem;
  border-radius: 0.39rem;
}


/* 底部导航--------------------------- */
.i_part5 {
  position: relative;
  width: 100%;
}

.i_part5 .bg img {
  width: 19.2rem;
  height: 6.56rem;
  vertical-align: bottom;
}
.i_part5 .cover_blur {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.77rem;
  width: 100%;
  backdrop-filter: blur(10px);
}

.i5_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.i5_inner .top {
  padding: 1.26rem 1.6rem;
  font-size: 0.22rem;
}
.i5_inner .top .txt {
  margin-bottom: 0.85rem;
}
.i5_inner .top .title {
  font-size: 0.58rem;
  margin-bottom: 0.45rem;
}
.i5_inner .top .more {
  margin: 0;
}
.i_part5 .swiper-container {
  width: 100%;
}
.i_part5 .swiper-container .cert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.i_part5 .swiper-container .cert .img {
  border-radius: 50%;
  overflow: hidden;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.12rem;
}
.i_part5 .swiper-container .cert img {
  width: 100%;
}

footer {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
footer .m_foot {
  display: none;
}
footer .center {
  /* height: 4.47rem; */
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.8rem 0;
}
footer .center .share{
    display: flex;
}
footer .center .share .wx {
    position: relative;
}
footer .center .share .ewm {
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    top: -0.02rem;
    transform: translate(-50%,-100%);
    left: 50%;
    background-color: #F8F8F8;
    padding: 0.1rem;
    opacity: 0;
    transition:  all 0.5s;
}
footer .center .comp .share .ewm img{
    width: 100%;
    height: 100%;
}
footer .center .share .wx:hover .ewm{
    opacity: 1;
}
footer .center .comp .logo {
  margin-bottom: 0.45rem;
}
footer .center .comp .address {
  margin-bottom: 0.54rem;
  line-height: 2;
  font-size: 0.16rem;
  color: #333;
width:5rem;
}
footer .center .comp .share img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.3rem;
}
footer .center .comp .m_share {
  display: none;
}

footer .nav {
  display: flex;
  flex-wrap: wrap;
  width: 4.33rem;
  justify-content: space-between;
}
footer .nav .point {
  margin-top: 0.05rem;
  height: 0.05rem;
}
footer .nav .nav_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 0.18rem;
}
footer .nav .nav_item4 {
  width: 100%;
  align-items: start;
  margin-bottom: 0.5rem;
}
footer .nav .nav_item4 .nav1 {
  margin-bottom: 0.38rem;
}
footer .sec_nav_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

footer .sec_nav_item a {
  font-size: 0.16rem;
  color: #666;
  margin-right: 1rem;
  margin-bottom: 0.27rem;
}
footer .sec_nav_item a:nth-child(3n) {
  margin-right: 0;
}
footer .nav .nav_item1 {
  margin-bottom: 0.6rem;
  margin-top: 0.2rem;
}
footer .nav .nav_item1 img {
  margin: 0 0.52rem;
}
footer .nav .nav_item2 {
  margin-bottom: 0.36rem;
}
footer .nav .nav_item3 {
  margin-bottom: 0.26rem;
}
footer .m_foot .flinks a{
    font-size: 12px;
}
footer .cs {
  font-size: 0.18rem;
}
footer .cs .cs_item {
  display: flex;
  margin-bottom: 0.18rem;
}
footer .cs .cs_item .txt {
  margin-top: 0.1rem;
}
footer .cs .cs_item a {
  color: #1c4fb0;
  font-size: 0.2rem;
}
footer .cs .cs_item .num {
  font-size: 0.38rem;
  margin-bottom: 0.1rem;
}
footer .cs .time {
  margin-bottom: 0.6rem;
}
footer .flinks{
    padding: 0.2rem 0.8rem;
    color: #666;
    font-size: 0.18rem;
    margin-right: 0.2rem;
    border-top: solid 1px #f8f8f8;
}
footer .flinks a{
    color: #666;

    font-size: 0.18rem;
    margin-right: 0.2rem;
}
footer .bottom {
  height: 0.86rem;
  background-color: #1c4fb0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .bottom .jszc{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
}
footer .bottom a{
    color: #fff;
}
footer .bottom .icp {
  margin-left: 0.28rem;
}
/* 视频弹窗 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.c-modal.on {
  opacity: 1;
  visibility: visible;
}
.c-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-modal-backdrop.on {
  opacity: 0.5;
}
.c-modal-dialog {
  width: auto;
  max-width: 94%;
  max-height: 94%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  outline: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.c-modal-dialog.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.c-modal-dialog .content {
  display: none;
}
.c-modal-dialog .video {
  width: 768px;
  height: 432px;
}
.c-modal-dialog .video iframe {
  width: 100%;
  height: 100%;
}
.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
  width: 100%;
  height: 100%;
}
.c-modal-dialog .form {
  background: #fff;
  width: 500px;
  max-width: 100%;
  padding: 32px 6%;
}
.c-modal-dialog .imgshow {
  background-color: #fff;
}
.c-modal-dialog .imgshow .img {
  max-width: 100%;
}
.c-modal-dialog .imgshow .move {
  max-height: 94vh;
  overflow-y: scroll;
}
.c-modal-dialog .imgshow .move::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-modal-dialog .img {
  display: block;
  margin: 0 auto;
}
.c-modal-dialog .img > img {
  max-width: 94vw;
  max-height: 94vh;
}
.c-modal-off {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-modal-off::after,
.c-modal-off::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 9px;
}
.c-modal-off::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal-off::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal-off:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vjs-button > .vjs-icon-placeholder:before {
  display: contents;
}

/* 网站地图 */
.article-page01 {
  margin: 0 auto;
  /* margin-top: 10vw; */
  width: 86%;
  /*background-color: #f9f9f9;*/
  /*padding: 60px 0 80px;*/
}

.article-page01.map {
  margin-top: 0.6rem;
  padding: 4.4vw 0 1rem;
}

.article-page01 .wrap {
  /*padding: 50px 64px 80px;*/
  background-color: #fff;
  box-sizing: border-box;
}

/*.w-83 {*/
/*    width: 83%;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/

.article-page01 .title1 {
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.article-page01 dl {
  margin-bottom: 40px;
  border: 1px solid #ccc;
}

.article-page01 dl:last-child {
  margin-bottom: 0;
}

.article-page01 dl dt {
  background: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

.article-page01 dl dt a {
  color: #333;
  font-size: 16px;
}

.article-page01 dl dd {
  padding: 20px;
  display: inline-block;
  margin-right: 20px;
}

.article-page01 dl dd a {
  font-size: 14px;
  color: #666;
}

/* 隐私条款 */
.editor-detail {
  color: rgba(0, 0, 0, .65);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.editor-detail strong {
  font-weight: bold !important;
}

.editor-detail p {
  color: rgba(0, 0, 0, .65);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-page01 {
  font-size: 16px;
}

.article-page01 strong {
  font-size: 18px;
}

.kefu{
  display: none;
}


.aside{
  position: fixed;
  right: 0;
  top: 35vh;
  /*top: 60vh;*/
  z-index: 99;
}
.aside .item{
  width: 72px;
  height: 72px;
  background-color: #1c4fb0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
  position: relative;
}
.aside .item .ff{
  position: absolute;
  right: -500px;
  top: 0;
  height: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #1c4fb0;
  color: #fff;
  white-space: nowrap;
  transition: all .5s;
  border-right: 1px solid #fff;
}
.aside .item .ff .arr{
  max-width: initial;
  margin-left: 5px;
  width: 20px;
}
.aside .item .ff.black{
  /*height: auto;*/
  /*padding: 15px;*/
  /*flex-direction: column;*/
  line-height: 2;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  /*border-radius: 10px;*/
}
.aside .item:hover .ff{
  right:72px;
}
/* 内页banner */
/* 适配 */
@media (max-width: 1680px) {
  html {
    font-size: 87.40px;
  }
}
/*@media (max-width: 1640px) {*/
/*  html {*/
/*    font-size: 84.40px!important;*/
/*  }*/
/*}*/
@media (max-width: 1480px) {
  html {
    font-size: 77.0833px;
  }
}
@media (max-width: 1560px) {
  html {
    font-size: 77.0833px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 75px;
  }
  /*header .col-l .nav ul li  .xl a,*/
  header .col-l .nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 71.1458px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 66.6667px;
  }
}
@media (max-width: 1024px) {
  .aside{
    top: 60vh;
    display: none;
  }
  .aside .item{
    width: 36px;
    height: 36px;
  }
  .aside .item img{
    width: 60%;
  }
  .aside .item .ff{
    font-size: 12px;
  }
  .aside .item:hover .ff{
    right:36px;
  }
  .kefu{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  .kefu .item{
    width: 50%;
    height: 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;

  }
  .kefu a{
    background-color: #1c4fb0;
    color: #fff;
  }
  .kefu a.tj{
    background-color: #fff;
    color: #333;
  }
  .kefu .form{
    transform: translateY(100%);
    transition: all .5s;
    width: 100vw;
    height: 360px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: end;
  }
  .kefu .form.act{
    transform: translateY(0%);
  }
  .kefu  .cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: -9;
  }
  .kefu  .cover.act{
    background-color: rgba(0,0,0,.1);
    z-index: 10;
  }
  .kefu .form .inner{
    position: relative;
    z-index: 2;
    height: 360px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
  }
  .kefu .form .title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
  .kefu .form .fitem{
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDFE6;
  }
  .kefu .form .fitem .tit{
    width: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    margin-right: 20px;
  }
  .kefu .form .fitem .tit span{
    color: red;
  }

  .kefu .form .fitem input{
    height: 40px;
    padding-left: 10px;
    width: 100%;
  }

  .kefu .form .submit{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4fb0;
    color: #fff;
    margin-top: 100px;
  }











  .article-page01 {
    width: 94%;
    padding: 0;
    margin-top: 0;
  }

  .article-page01 .wrap {
    width: 100%;
    padding: 40px 3% 0;
  }

  .article-page01.map {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .news_con .con {
    width: 100%;
  }
    .ftable{
        padding: 0;
    }
    .ftable .inner{
        padding:  0.8rem 0;
    }
    .ftable .title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ftable .txt{
        font-size: 14px;
        margin-bottom: 40px;
    }
    .ftable form{
        width: 100%;
        padding:  0 24px;
    }
    .ftable .item select, .ftable .item input{
        margin-right: 0;
    }
    .ftable .item{
        width: 100%;
    }
    .ftable .div3 input{
        width: 100%;
        height: 36px;
    }
    .ftable .titem{
        width: 100%;
    }
    .ftable .item select, .ftable .item input{
        border-radius: 18px;
        height: 36px;
        margin-bottom: 0.36rem;
    }
    .ftable textarea{
        width: 100%;
        height: 120px;
    }
    .ftable .div2 select, .ftable .div2 input{
        width: 100%;
    }
    .ftable .titem span,
    .ftable .item span{
        font-size: 14px;
    }

    .ftable .button {
    width: 130px;
    height: 40px;
    margin: 0.25rem auto 0;
}





footer  .flinks{
    display: none;
}
footer .m_foot .flinks{
    display: block;
    margin-top: 16px;
    font-size: 12px;
    border: none;
    padding: 0;
}



    .map{
        padding-top: 13vw;
    }
  html {
    font-size: 53.3333px;
  }
  .c-modal-dialog {
    width: 94%;
  }
  .c-modal-dialog .video {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
  }
  .c-modal-dialog .video-js {
    position: absolute;
  }
  .c-modal-dialog .search {
    margin: 0 auto;
  }
  .c-modal-dialog .search .input {
    height: 54px;
    line-height: 54px;
  }
  .c-modal-dialog .search .submit {
    width: 54px;
    height: 54px;
    background-size: 24px;
  }
  .more {
    font-size: 0.14rem;
      width: 1.2rem;
      height: 0.36rem;
  }
  header {
    display: none;
  }

  .m_header {
    display: block;
  }
  .m_header.act .top,
  .m_header .top.act {
    background: #fff;
  }
  .m_header .col-l {
    display: flex;
    align-items: center;
  }
  .m_header .col-l .logo {
    display: block;
    width: 1rem;
    position: relative;
    margin-top: -0.1rem;
  }

  .m_header .col-r img {
    transform: scale(0.5);
  }

  .m_header.act .col-r img,
  .m_header .col-l .logo img.init-img {
    width: 100%;
  }

  .m_header .col-r .list2,
  .m_header .col-l .logo img.hover-img {
    display: none;
  }

  .m_header.act .col-r .list,
  .m_header.act .col-l .logo img.init-img {
    display: none;
  }

  .m_header.act .col-r .list2,
  .m_header.act .col-l .logo img.hover-img {
    display: block;
  }
  .m_header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 0.48rem;
    padding: 0 0 0 0.24rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .m_header .top.on {
  }
  .m_header .top .cha {
    display: none;
  }
  .m_header .top.on .list1,
  .m_header .top.on .list2 {
    display: none;
  }
  .m_header .top.on .cha {
    display: block;
  }
  .m_menu {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    padding: 0.48rem 0;
  }
  .m_menu.on {
    transform: translateY(0);
    opacity: 1;
  }
  .m_menu .navbar ul li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
    /*padding: 0 0.24rem;*/
    /*margin: 0 auto;*/
  }

  /*.m_menu .navbar ul li*/

  .m_menu .navbar{
      height: 90vh;
      overflow: auto;
  }
  .m_menu .navbar ul {
    width: 100%;
    padding: 0 0.24rem;
  }
  .m_menu .navbar li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
  }
  .m_menu .navbar .tit {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #333;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
  }
  .m_menu .navbar .tit.on .first_item{
      color: #1c4fb0;
  }
  .m_menu .navbar .tit > a.tit {
    display: block;
    width: 78%;
  }
  .m_menu .navbar .tit i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;

    /*display: flex;*/
    /*align-items: center;*/
    /*width: 40px;*/
    /*height: 10px;*/
    /*background-image: url(../img/s_add.svg);*/
    /*background-size: auto 60%;*/
    /*background-position: right center;*/
    /*background-repeat: no-repeat;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -5px;*/
    /*right: 3%;*/
    /*transition: all 0.3s linear;*/
    /*font-size: 12px;*/
  }
  .m_menu .navbar .tit.on i {
      transform: rotate(180deg);
    /*background-image: url(../img/h_adda.svg);*/
  }
  .m_menu .navbar .sec_list {
    line-height: 40px;
    /*padding: 10px 4%;*/

    display: none;
    position: relative;
  }
  .m_menu .navbar .sec_list p {
    background-size: 3px auto;
    font-size: 14px;
    position: relative;
  }
  .m_menu .navbar .sec_list a {
    padding-left: 3%;
    width: 78%;
    color: #666;
    display: block;
    font-size: 15px;
  }
  .m_menu .navbar .sec_list i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;

    /*display: flex;*/
    /*align-items: center;*/
    /*width: 40px;*/
    /*height: 10px;*/
    /*background-image: url(../img/s_add.svg);*/
    /*background-size: auto 60%;*/
    /*background-position: right center;*/
    /*background-repeat: no-repeat;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -5px;*/
    /*right: 3%;*/
    /*transition: all 0.3s linear;*/
    /*font-size: 12px;*/
  }
  .m_menu .navbar .sec_list .sec_item.on i {
      transform: rotate(180deg);
    /*background-image: url(../img/h_adda.svg);*/
  }
  .m_menu .navbar .sec_list .third_list {
    line-height: 40px;
    padding: 0 4%;
    display: none;
  }
  /*.m_menu .navbar .sec_list .third_list.saisi{*/

  /*  padding: 0 4%;*/
  /*}*/
  .m_menu .navbar .sec_list .third_list p {
    background-size: 3px auto;
    font-size: 14px;
    position: relative;
  }
  .m_menu .navbar .sec_list .third_list a {
    padding-left: 3%;
    color: #666;
    display: block;
    font-size: 14px;
  }
  .m_menu .navbar .sec_list .saisi p::after{
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #1c4fb0;
  }

  /*.m_menu .navbar ul li a{*/
  /*    display: flex;*/
  /*    height: 0.56rem;*/
  /*    justify-content: space-between;*/
  /*    align-items: center;*/
  /*    font-size: .14rem;*/
  /*    border-bottom: 1px solid rgba(140,140,140,.19);*/
  /*}*/

  .m_header .top.on .col-l .logo img.hover-img {
    display: block;
  }

  .act_banner .bg .pc_img {
    display: none;
  }

  .act_banner .bg .m_img {
    display: block;
  }
  .banner_text {
    font-size: 0.24rem;
  }

  .i_banner{
      height: 6rem;
      display: none;
  }





  .banner.m_i_banner{
      display: block!important;
      height: 140vw;
  }
  .banner .swiper-container{
      height: 140vw;
  }
  .banner.m_i_banner .swiper-slide .img{
      width: 100%;
      height: 140vw;
  }


    .m_i_banner .case1{
      position: absolute;
      top: 44vw;
      left: 19.2vw;
  }
  .m_i_banner .case2{
      position: absolute;
      top: 100vw;
    left: 15.2vw
  }
  .m_i_banner .case3{
      position: absolute;
      bottom: 11vw;
    left: 44vw;
}
  .m_i_banner .case4{
      position: absolute;
      top: 18vw;
    right: 47vw;
  }
  .m_i_banner .case5{
      position: absolute;
      top: 45vw;
    right: 15vw;
  }
  .m_i_banner .case6{
      position: absolute;
      bottom: 33vw;
    right: 17vw;
  }
  .m_i_banner .case{
      display: flex;
      align-items: center;
  }
  .m_i_banner .case .point{
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #1c4fb0;
    border-radius: 50%;
    position: relative;
    animation: bordershow 3s infinite;
    z-index: 10;
  }
  .m_i_banner .case .point::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s .75s infinite;
    z-index: 9;
  }
  .m_i_banner .case .point::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s infinite;
    z-index: 9;
  }


  .m_i_banner .case .con{
      position: absolute;
        right: -14px;
        transform: translate(100%,-50%);
        top: 50%;
        padding-left: 15px;
        border-radius: 0.25rem;
        width: 0;
        white-space: nowrap;
        opacity: 0;
        transition: all .5s;
        background-color: #1c4fb0;
        height: 24px;
        line-height: 24px;
        font-size: 0.12rem;
        color: #fff;
  }

  .m_i_banner .case5 .con,
  .m_i_banner .case6 .con{
      right: 32px;
      transform: translate(0,-50%);
  }
  .m_i_banner .case .con:hover,
  .m_i_banner .case:hover .con{
      width: 80px;
      opacity: 1;

  }



  .banner .swiper-slide .wz {
    display: none;
  }
  .banner .swiper-slide .m_wz {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    transform: translateY(-50%);
    z-index: 3;
    color: #ffffff;
  }

  .banner .swiper-slide .m_wz h3 {
    font-size: 0.62rem;
    font-weight: bold;
    margin-bottom: 0.27rem;
  }
  .i-part1 {
    padding: 0.6rem;
  }
  .i_part .tit p {
    width: 100%;
  }
  .i-part1 .list {
    justify-content: space-between;
  }
  .i-part1 .list .item {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0;
  }
  .i-part1 .list .item1 {
    width: 100%;
  }
  .news_page1 {
    width: 100%;
    padding: 0 0.24rem;
  }
  .banner.act_banner {
    height: 2.4rem;
    margin-top: 48px;
  }
  .banner.ab_banner .pc_img,
  .banner.act_banner .pc_img {
    display: none;
  }

  .banner.ab_banner .m_img,
  .banner.act_banner .m_img {
    display: block;
    height: 240px;
    width: 100vw;
  }




  .news_page1 .tab {
    font-size: 0.18rem;
    height: 0.5rem;
    overflow: auto;
    justify-content: initial;
  }
  .news_page1 .tab.center{
    justify-content: center;
  }
  .news_page1 .tab .item{

      white-space: nowrap;
      margin-right: 20px;

  }
  .news_page1 .tab .item.act {
    color: #1c4fb0;
    border-bottom: none;
}
  .news_page1 .news_list .news_item {
    flex-direction: column;
    padding: 0.24rem 0;
    height: auto;
  }
  .news_page1 .news_list .news_item .time {
    display: none;
  }
  .news_page1 .news_list .news_item .news_text {
    width: 100%;
  }
  .news_page1 .news_list .news_item .news_text .ltime {
    display: block;
    margin-top: 0.1rem;
  }
  .news_page1 .news_list .news_item .news_text .title {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    line-height: 1.5;
  }
  .news_page1 .news_list .news_item .news_text .content {
    font-size: 0.14rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
  .news_page1 .news_list .news_item .news_img {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .news_page1 .news_list .news_item .news_img img:hover {
    transform: scale(1);
  }
  .news_page1 .news_list .news_item .news_text .more {
    width: 1.4rem;
    height: 0.36rem;
    font-size: 0.14rem;
    white-space: nowrap;
  }
  .news_page1 .news_list .news_item .news_text .more i {
    margin-left: 0.1rem;
  }
  .banner .swiper-slide .img .pc_img {
    display: none;
  }
  .banner .swiper-slide .img .m_img {
    display: block;
  }
  /*footer*/

  .i_part5 .bg .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .i_part5 .swiper-container,
  .i_part5 .cover_blur {
    display: none;
  }
  .i_part5 .bg img {
    height: 1.8rem;
    width: 100%;
  }
  .i5_inner .top {
    padding: 0;
    margin-top: 20px;
  }
  .i5_inner .top .title {
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    line-height: 0.37rem;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
    font-weight: 200;
    font-family: PingFangSC-Thin;
  }
  .i5_inner .top .content {
    margin-bottom: 0.16rem;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 200;
    font-family: PingFangSC-Light;
  }
  .i5_inner .top .txt {
    margin-bottom: 0;
  }
  .i-part1 .more,
  .i-part4 .more {
    width: 1.36rem;
    height: 0.4rem;
    line-height: 0.38rem;
    font-size: 0.14rem;
  }

  .i-part1 .more i,
  .i-part3 .more i,
  .i-part4 .more i {
    display: none;
  }

  .i5_inner .top .more {
    margin: 0 auto;
    width: 1.2rem;
    height: 0.36rem;
    line-height: 0.38rem;
    font-size: 0.14rem;
  }
  footer .center,
  footer .bottom {
    display: none;
  }
  footer .m_foot {
    display: block;
    padding: 0;
    background: #121416;
    margin-bottom: 50px;
  }

  .m_foot .m_center {
    padding: 0.48rem 0.24rem 0;
  }
  .m_foot .m_center .comp .logo {
    width: 1rem;
    height: 0.24rem;
  }
  .m_foot .new-footer-split {
    margin: 0.24rem 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff26;
  }
  .m_foot .cs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
  .m_foot .cs .cs_item {
    display: block;
    margin-bottom: 0;
    width: 50%;
  }
  .m_foot .cs .cs_item .txt {
    margin-bottom: 0.08rem;
    line-height: 0.17rem;
    color: #ffffff99;
    font-size: 0.12rem;
    font-weight: 200;
    font-family: PingFangSC-Light;
  }
  .m_foot .cs .cs_item .num {
    margin-bottom: 0.06rem;
    line-height: 0.25rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 500;
    font-family: PingFangSC-Medium;
  }
  .m_foot .cs .time {
    margin-bottom: 0;
    height: 0.14rem;
    line-height: 0.14rem;
    font-size: 0.1rem;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #ffffff99;
  }
  .m_foot .nav {
    width: 100%;
  }
  .m_foot .nav .nav_item {
    line-height: 0.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    margin-bottom: 0.4rem;
    /*width: 30%;*/
  }
  .m_foot .nav .nav_item a {
    color: #fff;
  }
  .m_foot .nav .nav_item4 a {
    margin-right: 0;
    /*width: 30%;*/
  }
  .m_foot .nav .nav_item4 .hh {
    width: 100vw;
  }
  .m_foot .nav .nav_item4 .nav1 {
    margin-bottom: 0.08rem;
    line-height: 0.17rem;
    color: #ffffff99;
    font-size: 0.12rem;
    font-weight: 200;
    font-family: PingFangSC-Light;
  }

  .m_foot .sec_nav_item a {
    margin-bottom: 0.08rem;
    line-height: 0.17rem;
    color: #fff;
    font-size: 0.12rem;
    font-weight: 200;
    font-family: PingFangSC-Light;
    white-space: nowrap;
    margin-right: 0.5rem;
  }
  .m_foot .nav .nav_item.nav_item4 {
    margin-bottom: 0;
    width: 100%;
  }
  .m_foot .share {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
  .m_foot .share .wx{
      position: relative;
  }.m_foot .share .ewm{
      position: absolute;
      top: -10px;
      left: 16px;
      transform: translate(-50%,-100%);
      opacity: 0;
      width: 150px;
      height: 150px;
      padding: 10px;
      background-color: #f8f8f8;
      transition: all 0.5s;
      z-index: -99;
  }
  .m_foot .share .wx:hover .ewm{
      opacity: 1;
      z-index: 1;
  }
  .m_foot .share .item{
    margin-right: 0.4rem;

  }
  .m_foot .share .icon{
    width: 0.32rem;
    height: 0.32rem;

  }
  .m_foot .share img {
    width: 100%;
    height: 100%;
  }
  .m_foot .share .item:last-child {
    margin-right: 0;
  }
  .m_foot .m_bottom {
    padding: 0.32rem 0;
    background: #1b1e21;
  }
  .m_foot .m_bottom .address {
    margin-bottom: 0.16rem;
    line-height: 0.17rem;
    text-align: center;
    color: #ffffff99;
    font-size: 0.12rem;
    font-weight: 200;
    font-family: PingFangSC-Light;
    padding:  0 25px;
  }
  .m_foot .m_bottom a{
    color: #ffffff99;
  }
  /*footer-end*/

  .tit h3 {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
  .i-part4 .tab{
      margin: 0 0 24px;
  }
  .tit p {
    font-size: 0.12rem;
    margin-bottom: 0.24rem;
  }
  .i-part1 {
    padding: 0.48rem 0.24rem 0;
  }
  .i-part1 .list {
    margin-top: 0;
    margin-bottom: 0.24rem;
  }
  .i-part1 .list .item {
    width: calc((100% - 0.04rem) / 2);
    margin-right: 0;
    margin-bottom: 0.04rem;
  }
  .i-part1 .list .item .wz .tip {
    font-size: 0.14rem;
    left: 0.2rem;
    bottom: 0.1rem;
  }
  .i-part1 .list .item:hover .wz {
    transform: translateY(0);
  }
  .i-part1 .list .item .wz1 {
    display: none;
  }
  .i-part1 .list .item1 {
    width: 100%;
  }
  .i-part1 .list .item .wz{
      bottom: 10px;
      left: 15px;
  }

  .i-part2 {
    padding: 0.48rem 0;
  }
  .i-part2 .tit {
    margin-bottom: 0.24rem;
  }
  .i-part2 .tit p {
    padding:  0 0.24rem;
  }
  .i-part2 .scene{
      display: none;
  }
  .i-part2 .m.scene{
      display: block;
  }
  .i-part2 .swiper-pagination .swiper-pagination-bullet {
    background-image: url(../img/b999.svg);
  }
  .i-part2 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../img/p-ico1a.svg);
  }

  .i-part3{
      padding: 0 0 48px;
  }
  .i-part3 .tit{
      padding: 0 25px;
  }

  .i-part3 video{
      display: none;
  }
  .i-part3 .video_img{
      display: block;
      width: 100%;
  }











  .scene .m_link{
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      z-index: 9;
      top: 0;
      left: 0;

  }




  .scene .scene-content {
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
  }
  .scene .scene-content:hover + .scene-hot,
.scene-mobile {
  display: block;
}
.scene .scene-content:hover .scene-content-item .scene-wrapper .scene-modal {
  opacity: 0;
}
.scene .scene-content:hover .scene-content-item .item-thumb{
    opacity: 1;
}
  /*.scene .scene-content .scene-content-item {*/
  /*  display: none;*/
  /*}*/
  .scene .scene-content .scene-content-item:hover{
      flex: 1 1 1.53rem;;
  }
  .scene .scene-content .scene-img-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scene .scene-content .scene-content-item .scene-wrapper-bg{
      margin-left: 0;
      left: 0;
      width: 100%;
    transform: skew(0deg);
  }

.scene .scene-content .scene-content-item .scene-wrapper{
    transform: skew(0deg);
    height: 2.4rem;
}
.scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg > img,
.scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg > img,
.scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper-bg > img{
    transform:translate(0);
}
  .scene .scene-content .scene-img-list .img_box {
    height: 2.4rem;
    width: 100%;
    position: relative;
  }
  .i-part2 .swiper-pagination {
    position: initial;
    margin-top: 0.12rem;
  }
.scene .scene-content .scene-content-item:hover .item-detail{
    opacity: 0;
}
  .item-thumb {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0a2349 0, rgba(10, 35, 73, 0) 100%);
    transition: opacity 0.5s;
    padding-top: 0.4rem;
  }
  .item-thumb .item-thumb-title {
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.1rem;
    line-height: 1.5;
  }
  .item-thumb .item-thumb-desc {
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 200;
    margin-bottom: 0.2rem;
    line-height: 1.5;
  }
  .item-thumb .item-thumb-action {
    display: flex;
    justify-content: center;
  }
  .item-thumb .item-thumb-action .item-thumb-action-left,
  .item-thumb .item-thumb-action .item-thumb-action-right {
    position: relative;
    /*width: 0.25333248rem;*/
    /*height: 0.69333504rem;*/
    background-image: url(../img/rect-small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .item-thumb .item-thumb-action .item-thumb-action-left {
    left: 0.15333504rem;
    transform: scale(0.75);
  }
  .item-thumb .item-thumb-action .item-thumb-action-right {
    left: -0.15333504rem;
    transform: scale(0.75);
  }
  .item-thumb .item-thumb-action .item-thumb-action-center {
    background-image: url(../img/rect.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.75);
  }
  .item-thumb .item-thumb-action .item-thumb-action-center img {
    width: 0.32rem;
    height: 0.32rem;
  }



  .i-part4 {
    padding: 0 0 0.48rem;
  }
  .i-part4 .tab_item {
    font-size: 0.16rem;
    margin-right: 0.52rem;
  }
  .i-part4 .tab_item:last-child {
    margin-right: 0;
  }

  .i-part4 .lists {
    display: none;
  }
  .i-part4 .m_lists {
    display: block;
    padding: 0 15vw 0 6.4vw;
    overflow: hidden;
  }
  .i-part4 .list.act {
    margin-bottom: 0.24rem;
  }
  .i-part4 .list .item {
    width: 100%;
  }
  .i-part4 .list .item .links {
    margin-left: 0.24rem;
    margin-right: 0.24rem;
  }
  .i-part4 .m_lists .item .img{
      height: 53.33vw;
      width: 100%;
  }

  .i-part4 .list .item .links:nth-child(1) {
    margin-top: 0.24rem;
  }
  .i-part4 .list .item .wz{
      padding:28px 20px 20px;
  }
  .i-part4 .list .item .wz h3 {
    font-size: 0.18rem;
    margin-bottom: 16px;
  }
  .i-part4 .list .item .wz p {
    font-size: 0.14rem;
  }
  .i-part4 .list .item .wz .mc .time {
    font-size: 0.12rem;
  }

  /* 产品详情--------------------------- */
  .product1_page1 .left {
    display: none;
  }
  .product_detail .pd_right,
  .product1_page1 .right {
    padding: 0;
    width: 100%;
    float: none;
  }
  .product1_page1 .right .bread,
  .product1_page1 .pd_right .bread {
    display: none;
  }
  .product1_page1 .right .search_box .input_box {
    width: 100%;
  }
  .product1_page1 .right .search_box {
    padding: 0 0.24rem;
    margin-top: 0.3rem;
  }
  .product1_page1 .right .search_box .title {
    font-size: 0.18rem;
    margin-bottom: 0.21rem;
  }
  .product1_page1 .right .search_box .input_box .search_img {
    transform: translateY(-50%) scale(0.75);
    top: 55%;
    left: 0.05rem;
  }
  .product1_page1 .right .search_box .input_box input {
    font-size: 0.14rem;
    width: 100%;
    height: 0.44rem;
    padding: 0 0.5rem;
  }

  .product1_page1 .right .product_container .product:nth-child(even) .detail,
  .product1_page1 .right .product .detail {
    flex-direction: column;
  }
  .product1_page1 .right .product .detail .product_info {
    padding: 0.24rem;
  }
  .product1_page1 .right .product .detail .product_info,
  .product1_page1 .right .product .detail .product_img,
  .product1_page1 .right .product .detail .product_img img {
    width: 100%;
    height: auto;
  }
  .product_container {
    margin: 0 0.24rem;
  }
  .product1_page1 .right .product .swiper {
    display: none;
  }
  .product1_page1 .right .product .m_product_box {
    display: block;
    margin-top: 0.1rem;
  }
  .product1_page1 .right .product .m_product_box .m_product_list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.1rem;
  }
  .product1_page1 .right .product .m_product_box .m_product_list .item {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.2rem;
  }
  .product1_page1
    .right
    .product
    .m_product_box
    .m_product_list
    .item:nth-child(1) {
    margin-left: 0;
  }
  .product1_page1
    .right
    .product
    .m_product_box
    .m_product_list
    .item .txt{
        text-align: center;
        line-height: 1.5;
    }
  .product1_page1 .right .product .m_product_box .m_product_list .item img {
    width: 0.92rem;
    height: 0.92rem;
    max-width: fit-content;
    margin-bottom: 0.1rem;
  }
  .product1_page1
    .right
    .product
    .m_product_box
    .m_product_list
    .item
    .content {
    white-space: normal;
    width: 0.92rem;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product1_page1
    .right
    .product
    .m_product_box
    .m_product_list
    .item:last-child {
    margin-right: 0.2rem;
  }
  .product1_page1 .right .product .detail .product_info .en {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .product1_page1 .right .product .detail .product_info .name {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .product1_page1 .right .product .detail .product_info .content {
    font-size: 0.14rem;
    width: 100%;
  }
  .product1_page1 .right .product .detail{
      margin-top: 50px;
  }
  .product_detail .pd_right .page1 {
    flex-direction: column;
  }
  .product_detail .pd_right .page1 .de_left,
  .product_detail .pd_right .page1 .de_left .watermark {
    width: 100%;
    height: auto;
    padding: 0.24rem;
  }
  .product_detail .pd_right .page1 .interview {
    width: 100%;
    height: auto;
    padding: 0 0.24rem;
  }
  .product_detail .pd_right .page1 .interview .title {
    font-size: 0.24rem;
  }
  .product_detail .pd_right .page1 .interview .content {
    font-size: 0.14rem;
    margin-top: 20px;
  }
  .product_detail .pd_right .page1 .de_left .product_img img,
  .product_detail .pd_right .page1 .de_left .product_img{
      width: 100%;
      height: 100%;
  }













  .product_detail .pd_right .page2 .list {
    padding:0 0.24rem;
    margin: 0 0.24rem;
    position: relative;
  }
  .product_detail .pd_right .page2 .list::after{
      display: none;
  }
  .product_detail .pd_right .page2 .item {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 24px 0;
  }
  .product_detail .pd_right .page2 .item:last-child{

    border-bottom: none!important;
  }
  .product_detail .pd_right .page2 .item .item_inner{
      height: auto;
  }
  .product_detail .pd_right .page2 .item:nth-last-child(1),
  .product_detail .pd_right .page2 .item:nth-last-child(2),
  .product_detail .pd_right .page2 .item:nth-last-child(3) {
    border-bottom: 1px solid #d0d0d0;
  }
  .product_detail .pd_right .page2 .item .txt {
    font-size: 0.14rem;
    padding: 0 0.48rem;
    width: 100%;
  }
  .product_detail .pd_right .page3 .item .box .top .arrow_img {
    margin-bottom: 0.24rem;
  }
  .product_detail .pd_right .page3 .list {
    padding: 0 0.24rem;
    flex-direction: column;
  }
  .product_detail .pd_right .page3 .item .box {
    height: auto;
    width: 100%;
  }
  .product_detail .pd_right .page3 .item .box .top {
    padding: 0.24rem;
    height: auto;
    width: 100%;
  }
  .product_detail .pd_right .page3 .item .box .c_name {
    padding: 0 0.24rem;
    margin-left: 0;
  }

.product_detail .pd_right .page3 .item .box .top .txt{
    font-size: 14px;
}


  .product_detail .pd_right .page4 .table {
    padding: 0 0.24rem;
  }
  .product_detail .pd_right .page4 .table .t_title {
    font-size: 0.18rem;
  }
.product_detail .pd_right .page4 table tr td{
    font-size: 0.14rem;
    padding: 0 5px;
    line-height: 30px;
    height: 30px;
}
  .product_detail .pd_right .page5 .title,
  .product_detail .pd_right .page4 .title,
  .product_detail .pd_right .page3 .title,
  .product_detail .pd_right .page2 .title {
    margin: 0.5rem 0.24rem 30px;
    font-size: 0.24rem;
  }
  .product_detail .pd_right .page5 .item .top .hover_box {
    display: none;
  }
  .case_right .page4 .item,
  .product_detail .pd_right .page5 .list {
    padding: 0 0.24rem;
    justify-content: space-between;
  }
  .case_right .page4 .item,
  .product_detail .pd_right .page5 .item{
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .case_right .page4 .item .top,
  .product_detail .pd_right .page5 .item .top {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .case_right .page4 .item{
    width: 48%!important;
    height: auto!important;
    margin-right: 0!important;
    margin-bottom: 0.1rem!important;
      padding: 0;
  }
  .case_right .page4 .item .top{
      width: auto!important;
      height: auto!important;
  }
  .case_right .page4 .item,
  .product_detail .pd_right .page5 .item{
      margin-bottom: 0.4rem!important;
  }
  .case_right .page4 .item .txt,
  .product_detail .pd_right .page5 .item .txt {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .news_detail_box .right {
    display: none;
  }
  .news_detail_box {
    padding: 0.24rem;
    padding: 0.24rem;
    width: 100%;
  }
  .news_detail {
    margin-right: 0;
    padding: 0.24rem;
    width: 100%;
  }
  .news_detail .ny_banner {
    display: none;
  }
  .news_detail .news_top {
    margin-bottom: 0.42rem;
  }
  .news_detail .news_top .title {
    font-size: 0.18rem;
    line-height: 1.75;
    margin-bottom: 0.3rem;
  }
  .news_detail .news_top .time {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
  .news_detail .news_content p {
    font-size: 0.14rem;
    margin-top: 0;
  }
  /*case----------------------------------------*/
  .case_right .page{
      margin-top: 33px;
      padding: 0 25px;
  }
  .case_right .page1{
      flex-direction: column-reverse;
      padding:70px 25px 0;
  }
  .case_right .page1 .interview{
      width: 100%;
      height: auto;
      padding:0 18px;
  }
  .case_right .page1 .right{
      padding: 19px 34.5px 8.5px;
      width: 100%;
  }
  .case_right .page1 .right .img{
      width: 100%;
  }
  .case_right .page1 .interview .title{
      font-size: 21px;
      padding-bottom: 12px;
  }
  .case_right .page1 .interview .content{
      margin-top: 12px;
      width: 100%;
  }
  .case_right .page1 .interview .content .tit{
      font-size: 12px;
      margin-bottom: 20px;
      height: auto;
  }
  .case_right .page1 .interview .content .lcontent{
      font-size: 14px;
  }
  .case_right .page1 .interview .more{
      position: initial;
      margin-top: 20px;
      margin-bottom: 32px;
  }
  .case_right .page2{
      margin-bottom: 0;
      height: 90.66vw;
  }
  .case_right .page2 .bg{
      display: none;
  }
  .case_right .page2 .bg.m{
      display: block;
      top: 55px;
      width: 90vw;
      height: 63vw;
      left: 5vw;
  }
  .case_right .page2 .bg.m .img{
      width: 100%;
      height: 100%;
  }
  .case_right .page .title{
      font-size: 21px;
      padding-left: 25px;
  }
  .case_right .page2 .list{
      display: none;
  }
  .case_right .page2 .m_list{
      display: block;
      padding-top: 8vw;
  }
  .case_right .page2 .m_list .swiper{
      margin: 0 auto;
      overflow: hidden;
      width: 77.6vw;
      height: 50.26vw;
  }
  .case_right .page2 .list .item{
      margin-right: 0;
  }

  .case_right .page2 .list .item .inner{
      width: 100%;
      height: 36.53vw;
  }
  .case_right .page2 .list .item .txt{
      padding: 22px 0 0 15px;
  }
  .case_right .page2 .list .item .inner .bg .lcover, .case_right .page2 .list .item .inner .bg{
      display: block;
  }
  .case_right .page2 .list .item .inner .bg .lcover , .case_right .page2 .list .item .inner .bg .m_img{
      height: 100%;
  }
  .case_right .page2 .list .item .inner .bg .bg_img{
      display: none;
  }
  .case_right .page2 .list .item .inner .bg .m_img{
      display: block;
  }
  .case_right .page2 .list .item .tit{
      font-size: 14px;
      margin-bottom: 6px;
  }
  .case_right .page2 .list .item .content{
      font-size: 12px;
  }
  .case_right .page2 .list .item .lmore{
      width: 137px;
      height: 39.5px;
      margin-top: 12px;
      border-radius: 20px;
  }

  .case_right .page2 .btn{
      margin: 20px auto 0;
      display: flex;
      justify-content: center;
  }


.case_right .page2 .btn .prev {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  background-color: #efefef;
  margin-right: 16.5px;
  border-radius: 50%;
}
.case_right .page2 .btn .prev:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(180deg);
}
.case_right .page2 .btn .next {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  transform: rotate(180deg);
  z-index: 2;
  background-color: #efefef;
  border-radius: 50%;
}
.case_right .page2 .btn .next:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(0deg);
}
  .case_right .page2 .btn .prev{
      margin-right: 16.5px;
  }
  .case_right .page3 .swiper_box{
      width: 100%;
      padding: 19px 17px;
      height: auto;
  }
  .case_right .page3 .swiper{
      display: none;
  }
    .case_right .page3 .m_swiper{
        display: flex;
        flex-wrap: wrap;

    }
    .case_right .page3 .swiper .item_box{
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .case_right .page3 .swiper .item_box:nth-child(2n){
        margin-right: 0;
    }

    .case_right .page3 .swiper .item .bg_img{
        width: 100%;
        height: 25vw;
    }


    .case_right .page3 .swiper .item .tit{
        font-size: 14px;
    }






  .case_right .page3 .swiper .item{
      width: 100%;
      height: 25vw;
  }
  .case_right .page3 .swiper{
      margin: 0;
  }

  .case_right .page3 .btn{
      /*margin: 15px auto 0;*/
      /*display: flex;*/
      /*justify-content: center;*/
      display: none;
  }
  /*.case_right .page3 .btn .prev,*/
  /*.case_right .page3 .btn .next{*/
  /*    width: 44px;*/
  /*    height: 44px;*/
  /*    position: unset;*/
  /*}*/
  /*.case_right .page3 .btn .prev{*/
  /*    margin-right: 16.5px;*/
  /*}*/


  .case_right .page4{
      margin-bottom: 50px;
  }

  .case_right .page4 .list{
      display: none;
  }
  .case_right .page4 .m_list{
      display: flex;
      justify-content: space-between;
  }
  .case_right .page4 .m_list .swiper{
      margin: 0 ;
      overflow: hidden;
  }

  .case_right .page4 .item{
      width: 100%;
      height: 94vw;
      margin: 0;
  }
  .case_right .page4 .item .top{
      width: 100%;
      height: 77.6vw;
  }
  .case_right .page4 .btn{
      margin: 20px auto 0;
      display: flex;
      justify-content: center;
  }
  .case_right .page4 .item .txt{
      margin-top: 0;
  }

.case_right .page4 .btn .prev {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  background-color: #efefef;
  margin-right: 16.5px;
  border-radius: 50%;
}
.case_right .page4 .btn .prev:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(180deg);
}
.case_right .page4 .btn .next {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  transform: rotate(180deg);
  z-index: 2;
  background-color: #efefef;
  border-radius: 50%;
}
.case_right .page4 .btn .next:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(0deg);
}
  /*case-end------------------------------------*/

  /*about---------------------------------------*/
  .all-echart{
      display: none;
  }

    .banner.ab_banner{
        margin-top: 48px;
        width: 100%;
        height:  488px;
    }
    .ab_banner .bg .pc_img {display: none;}
    .ab_banner .m_bg {
        display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
    .ab_banner .bg{
        z-index: 1;
    }
    .ab_banner .bg img{
        display: none;
    }
    .ab_banner_text{
        font-size: 20px;
        margin-top: 55px;
    }

    .ab_banner_text .content{
        font-size: 12px;
        width: 290px;
        margin-top: 20px;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    .ab_banner_text .item .tit{
        margin-bottom: 10px;
    }
    .ab_more{
        width: 130px;
        height: 34px;
    }

    .ab_banner_text .list{
        margin-top: 40px;
        width: 94.66vw;
        height: 26.13vw;
    }
    .ab_banner_text .item{
        width: 33%;
        margin-right: 0;
        justify-content: start;
        padding-top: 30px;
        height: 112px;
    }
    .ab_banner_text .item .content,
    .ab_banner_text .item .tit{
        font-size: 12px;
        width: 95%;
        line-height: 1.5;
    }
    .ab_page1{
        margin-top: 55px;
        margin-bottom: 70px;
        width: 100%;
        padding: 0 25px;
        flex-direction: column;
    }
    .ab_page1 .left{
        padding: 0 0 39px;
    }
    .ab_page1 .left .title{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .ab_page1 .left .content{
        width: 100%;
        font-size: 14px;
    }
    .ab_page1 .right{
        display: none;
        width: 100%;
        height: auto;
        padding: 0 25px 0 10px;

    }
    .ab_page1 .right.m{
        display: block;
    }

    .ab_page2{
        padding: 0 25px;
        flex-direction: column-reverse;
        margin-bottom: 64vw;
    }
    .ab_page2 .right{
        padding: 0;
        margin-bottom:  12vw;
    }
    .ab_page2 .right .title{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .ab_page2 .right .content{
        width: 100%;
        font-size: 14px;
    }

    .ab_page2 .left{
        position: relative;
    }
    .ab_page2 .left .z1{
        width: 69.6vw;
        height: 41.06vw;
        left: 6.66vw;
        top: 0;
    }
    .ab_page2 .left .z2{
        width: 65.2vw;
        height: 35.6vw;
        top: 11.2vw;
        left: 17.6vw;
    }

    .ab_page3 {
        height: 450px;
    }
    .echart{
        width: 1024px;
        height: 800px;

    }
    .ab_page3 .ab_bg3,
    .ab_page3 .ab_bg4{
        display: none;
    }

    .ab_page3 .bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;

    }
    .ab_page3 .m_bg_img{
        display: block;
        width: 100%;
        height: 100%;
    }

    .ab_page3 .inner{
        padding: 60px 0;
    }
    .ab_page3 .title{
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 25px;
        text-align: center;
    }
    .ab_page3 .content{
        font-size: 14px;
        width: 100%;
        margin-bottom: 65px;
        padding: 0 25px;
        line-height: 1.5;
    }
    .ab_page3 .more{
        margin:0 auto 56.5px;
        display: none;
    }

    .ab_page3 .list{
        padding-left: 25px;
    }
    .ab_page3 .list .item{
        width: 140px;
        height: 70px;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    .ab_page3 .list .item .img{
        width: 140px;
        height: 70px;
    }
    .ab_page4{
        padding-top: 40px;
        height: 617px;
        padding-bottom: 9px;
    }
    .ab_page4::after {
        bottom: 109px;
    }
    .ab_page4 .bg img{
        display: none;
    }
    .ab_page4 .bg .m_bg{
        display: block;
        height: 100%;
        width: 100%;
    }
    .ab_page4 .title{
        font-size: 24px;
        margin-bottom: 36px;
        padding-left: 25px;
    }
    .ab_page4 .top{
        padding: 0 25px;
    }

    .ab_page4 .top .item .left{
        font-size: 80px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .ab_page4 .top .item .right{
        height: 200px;
        width: 100%;
    }
    .ab_page4 .top .item.act{
        flex-direction: column;
    }
    .ab_page4 .top .item .right p{
        font-size: 14px;
        padding-left: 15px;
        width: 100%;
        margin-bottom: 12px;
    }
    .ab_page4 .top .item .right p::after{
        width: 5px;
        height: 5px;
    }
    .ab_page4 .bottom{
        margin: 50px 75px 0;
    }
    .ab_page4 .bottom .item{
        font-size: 12px;
    }
    .ab_page4 .bottom .swiper-slide-active.item{
        font-size: 20px;
    }
    .ab_page4 .bottom .item .dot{
        height: 15px;
        margin-top: 0;
    }
    .ab_page4 .bottom .item .dot .act_img{
        width: 15px;
        height: 15px;
    }
    .ab_page4 .bottom .item .dot .comm_img{
        width: 11px;
        height: 11px;
    }
    .ab_page4 .btn .next{
        bottom: 89px;
        right: 25px;
    }
    .ab_page4 .btn .prev{
        bottom: 89px;
        left: 25px;
    }
    .ab_page4 .btn .line{
        bottom: 48px;
        height: 3px;
    }
  /*about-end------------------------------------*/

  /*contact---------------------------------------*/
  .cta_p1{
      padding: 27px 25px 0;
      flex-direction: column-reverse;
  }
  .cta_p1 .right{
      height: 50.53vw;
      width: 100%;
  }
  .cta_item{
      width: 100%;
      height: auto;
      padding-bottom: 24px;
  }
  .cta_item .tit{
      font-size: 16px;
      margin-bottom: 0;
  }
  .cta_item .img{
      height: auto;
      margin: 26px auto 20px;
  }
  .cta_item .img img{
      width: 32px;
      height: 27px;
  }
  .cta_item svg{
    width: 39px;
    height: 36px;
  }
  .cta_item a{
      font-size: 12.5px;
  }

  .cta_item .time{
      margin-bottom: 20px;
      font-size: 12.5px;
  }

  .cta_p2{
      padding: 0 25px 35px;
  }
  .cta_p2 .list{
      flex-direction: column;
  }
  .cta_p2 .list .item{
      width: 100%;
      height: auto;
      margin-top: 10px;
  }
  .cta_p2 .list .item.pc{
    display: none;
  }
  .cta_p2 .list .item.m{
    display: block;
  }
  .cta_p2 .list .item:nth-child(1) .img{
      width: 100px;
      height: 100px;
  }
  .cta_p2 .list .item:nth-child(1) .img img{
      width: 100%;
      height: 100%;
  }
  .cta_p2 .list .item:nth-child(2) span{
      color: #1c4fb0;
      font-size: 16px;
  }

  .cta_p3{
      padding-top: 65px;
      height: auto;

    padding-bottom: 40px;
  }
  .cta_p3 .bg .cta_bg2{
      display: none;
  }
  .cta_p3 .bg,
  .cta_p3 .bg .img{
      display: block;
      width: 100%;
      height: 100%;
  }
  .cta_p3 .top, .cta_p3 .bottom{
      padding: 0;
  }
  .cta_p3 .inner{
      padding: 0 50px;
  }
  .cta_p3 .title{
      font-size: 24px;
      margin-bottom: 48px;
  }

  .cta_p3 .bottom .dq{
    display: none;
  }
  .cta_p3 .bottom .imgs{
      display: none;
  }
  .cta_p3 .top .tit{
      font-size: 16px;
      margin-bottom: 24px;
  }
  .cta_p3 .top .item{
      margin-bottom: 17px;
  }
  .cta_p3 .top .item .name{
      font-size: 12.5px;
  }
  .cta_p3 .top .item img{
      width: 21px;
      height: 21px;
      margin-right: 3px;
  }
  .cta_p3 .top .list{
      margin-bottom: 72px;
  }
  .cta_p3 .bottom .list{
      width: 100%;
      flex-wrap: wrap;
  }
  .cta_p3 .bottom .item{
      margin: 0 0 33px;
      width: 50%;
  }
  .cta_p3 .bottom .item .img{
      margin-right: 7px;
      width: 21px;
  }
  /*.cta_p3 .bottom .item:nth-child(even){*/
  /*    justify-content: flex-end;*/
  /*}*/

  .cta_p4{
      height: 659px;
  }
  .cta_p4 .inner{
      padding: 75px 25px;
  }
  .cta_p4 .title{
      font-size: 24px;
      margin-bottom:  36px;
  }
  .cta_p4 .bg .cta_bg3{
      display: none;
  }
  .cta_p4 .bg,
  .cta_p4 .bg .img{
      display: block;
      width: 100%;
      height: 100%;
  }
  .cta_p4 .list{
      flex-direction: column;
  }
  .cta_p4 .list .item{
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      padding: 20px;
  }
  .cta_p4 .item .tit{
      font-size: 16px;
      margin-bottom: 12px;
  }
  .cta_p4 .item .content{
      margin-bottom: 16px;
  }

  /*contact-end------------------------------------*/

  /*join----------------------------------------*/
.join_list {
    margin-top: 20px;
  }
  .join_list .item {
    width: 98px;
    height: 25px;
    font-size: 12px;
  }
  .join_page1 {
    padding:60px 25px;
  }

  .join_page .title1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .join_page .title2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .join_page .title3 {
    font-size: 12.5px;
    margin-bottom: 40px;
  }












  .join_page1 .list{
      display: none;
  }
  .join_page1 .m_list {
    display: block;
    margin: 0 ;
  }
  .join_page1 .m_list .swiper {
    overflow: hidden;
  }
  .join_page1 .item {
    width: 100%;
    /* height: 353px; */
    height: 94.13vw;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .join_page1 .item:nth-child(2),
  .join_page1 .item:nth-child(3) {
    margin-top: 0;
  }
  .join_page1 .item .bg img {
    height: 100%;
  }
  .join_page1 .item .hover_box{
      display: none;
  }
  .join_page1 .item .hover_box .txt {
    font-size: 19px;
  }
  .join_page1 .item .hover_box .arr {
    width: 50px;
    height: 50px;
  }
  .join_page1 .item .comm_box{
      padding: 50px 25px;
  }
  .join_page1 .item .comm_box .tit{
      font-size: 19px;
      margin-bottom: 20px;
  }
  .join_page1 .item .comm_box .content{
      font-size: 12.5px;
      width: 100%;
  }
  .join_page1 .item .comm_box{
      opacity: 1;
  }
  .join_page1 .item .bg .cover{
      background-color: rgba(0,0,0, 0.3);
  }
    .join_page1 .item .comm_box img{
        left: 25px;
    }


  .join_page2 {
    height: 250px;
  }
  .join_page2 .bg .bg2 {
    height: 100%;
    display: none;
  }
  .join_page2 .bg .img{
      display: block;
  }
  .join_page3 {
    padding: 60px 25px 5px;
    height: auto;
  }
  .join_page3 .bg img{
      display: none;
  }
  .join_page3 .bg .img{
      display: block;
      height: 100%;
      width: 100%;
  }
  .join_page3 .inner {
      display: none;
    flex-direction: column;
  }
  .join_page3 .m_inner{
      display: block;
  }
  .join_page3 .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 25px;
  }
  /*.join_page3 .item {*/
  /*  position: initial;*/
  /*  width: calc((100% - 37.5px) / 6) !important;*/
  /*  height: 142px !important;*/
  /*  padding: 12px 0;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: space-between;*/
  /*  align-items: center;*/
  /*  border-radius: 8px;*/
  /*}*/
  .join_page3 .item .tit {
    font-size: 14px;
    /*writing-mode: vertical-lr;*/
    text-align: left;
    line-height: 1.5;
    letter-spacing: 2px;
    /*height: 90px;*/
    margin-bottom: 10px;
    font-family: Open Sans,PingFang SC,Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Arial,"sans-serif";
    font-weight: bold;
  }
  .join_page3 .item .two{
      display: flex;
  }
  .join_page3 .item .two a,
  .join_page3 .item .two .cli{
      margin-right: 15px;
      font-size: 12px;
      color: #1c4fb0;
      display: flex;
      align-items: center;
  }

  .join_page3 .item .two .cli span{
      width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #1c4fb0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
  }
  .join_page3 .item img {
    position: initial;
    height: 30px;
    width: 30px;
  }
  .join_page3 .item .act_img{
      /*display: none;*/
      margin-right: 15px;
  }
  .join_page3 .item .comm_img{
      display: none;
      margin-right: 15px;
  }
  .join_page3 .item:hover .comm_img{
      display: block;
  }
  .join_page3 .item:hover .act_img{
      display: none;
  }

  /*.join_page3 .right .ritem{*/
  /*  width: 100%;*/
  /*  height: 85.73vw;*/
  /*  padding: 50px 25px;*/
  /*  position: relative;*/
  /*}*/
  .join_page3 .right .ritem{
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -9999;
    opacity: 0;
    transition: all 0.5s;
    padding: 0;
    border-radius: 0;
  }
  .join_page3 .right .ritem .close{
      width: 100%;
      height: 100%;

  }
  .join_page3 .right .ritem.act{
      opacity: 1;
    z-index: 99;
  }
  .j3dialog{
      display: block;
  }
  .j3dialog .ritem_box{
    width: 100vw;
    height: 100vh;
    padding: 25px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 99999;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s;
    background: #fff;
  }

  .j3dialog .ritem_box .close{
      position: relative;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 100px;
  }
  .j3dialog .ritem_box .close img{
      width: 0.2rem;
  }

  .j3dialog .ritem_box .rinner{
      position: relative;
  }
  .j3dialog .ritem_box.act{
      transform: translateY(0);
      opacity: 1;
  }
    .j3dialog .more{
        width: 2rem;
        margin: 0;
    }
  .j3dialog .title {
    font-size: 21px;
    margin-bottom: 15px;
    color: #333;
  }
  .j3dialog .tit {
    font-size: 14px;
    margin-bottom: 26px;
  line-height: 1.5;
  align-items: start;
  text-align: left;
    color: #333;
  }
  .j3dialog .content {
    font-size: 12.5px;
    margin-bottom: 46.5px;
    width: 100%;
    overflow: auto;
    color: #666;
    line-height: 2;
  }
    .j3dialog .bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .j3dialog .bg .cover{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.31);
    }
    .j3dialog .bg .img{
        height: 100%;
        width: 100%;
    }
  .join_page3 .m_inner .list{
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 25px;
  }
  .join_page3 .m_inner .list .item{
      width: 100% !important;
    position: initial;
    height: 72px !important;
    padding: 12px ;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .join_page3 .m_inner .right{

  }
  .join_page3 .right .bg img{
      display: block;
  }


.join_page3 .item:hover {
  background-color: #fff;
}
.join_page3 .item:hover .act_img{
  display: none;
}
.join_page3 .item:hover .comm_img{
  display: block;
}
.join_page3 .item:hover .tit {
  color: #333;
}




  .join1_right .item .top .links .share .ewm{
      transform: translate(0,100%) scale(0.9);
      right: 0;
  }
  .join1_right .item .top .links .share .ewm .tran{
      left: auto;
      right: 5px;

  }
  .join1_right{
      padding: 30px 25px 70px;
      width: 100%;
      float: none;
  }
  .join1_right .title{
      font-size: 24px;
      margin-bottom: 27px;
  }
  .join1_right .item{
      padding: 21px 0;
  }
  .join1_right .item .top,
  .join1_right .item .fold .inner .require .demand,
  .join1_right .item .fold .inner .desc .demand,
  .join1_right .item .demand,
  .join1_right .item .fold .inner .tit

  {
      padding: 0 25px;
  }



  .join1_right .item .top{
      padding-bottom: 28px;
  }
  .join1_right .item .post .title{
      font-size: 16px;
      margin-bottom: 12px;
  }
  .join1_right .item .top .links .txt{
      font-size: 14px;
  }
  .join1_right .item .top .info{
      font-size: 12.5px;
  }
  .join1_right .item .top .info .city{
      margin-right: 50px;
  }
  .join1_right .item .fold .inner{
      flex-direction: column;
  }

  .join1_right .item .fold .inner .desc{
      margin-bottom: 23px;
  }

  .join1_right .item .fold .btns{
      margin: 23px auto 0;
      display: flex;
      justify-content: space-between;
  }
  .join1_right .item .fold .more:nth-child(1){
      margin-right: 19px;
  }


  .join1_right .item .fold .inner .require .demand,
  .join1_right .item .fold .inner .desc .demand,
  .join1_right .item .demand{
      font-size: 14px;
      width: 100%;
  }
  .join1_right .item .fold .inner .tit{
      font-size: 15px;
      margin-bottom: 7px;
      color: #666;
  }
  .join1_right .item .top .links .open i{
      margin-right: 16px;
      width: 15.5px;
      height: 15.5px;
  }
  .join1_right .item .top .links .share i{
      width: 15.5px;
      height: 15.5px;
  }

  .join1_right .dialog .table{
      padding: 50px 25px;
      margin: 0 auto;
      width: calc(100% - 50px);
      height: 572px;
  }

  .join1_right .dialog .table .title{
      font-size: 21px;
      margin-bottom: 49px;
  }
  .join1_right .dialog .el-form{
      justify-content: space-between;
  }
  .join1_right .dialog .el-form .fitem{
      margin-bottom: 16px;
      width: calc((100% - 11px) / 2) ;
  }
  .join1_right .dialog .el-form .fitem > span{
      font-size: 16px;
      margin-bottom: 14px;
  }
  .join1_right .dialog .el-form .fitem:nth-child(7) .el-input,
  .join1_right .dialog .el-form .fitem:nth-child(7) .el-input .el-input__inner,
  .join1_right .dialog .el-form .fitem:nth-child(6) .el-input,
  .join1_right .dialog .el-form .fitem:nth-child(6) .el-input .el-input__inner,
  .join1_right .dialog .el-form .fitem:nth-child(4) .el-input,
  .join1_right .dialog .el-form .fitem:nth-child(4) .el-input .el-input__inner,
  .join1_right .dialog .el-form .fitem:nth-child(3) .el-input,
  .join1_right .dialog .el-form .fitem:nth-child(3) .el-input .el-input__inner,
  .join1_right .dialog .el-form .fitem .el-input,
  .join1_right .dialog .el-form .fitem .el-input .el-input__inner{
      width: 100%;
      height: 38px;
      border-radius: 8px;
  }
  .join1_right .dialog .el-form .fitem:nth-child(3){
      width: 55.53%;
      margin-right: 0;
  }
  .el-select{
      width: 100%;
  }
  .join1_right .dialog .el-form .fitem:nth-child(4){
      width: calc(44.46% - 11px) ;
      margin-right: 0;
  }
  /*.join1_right .dialog .el-form .fitem*/
  .join1_right .dialog .el-form .fitem:nth-child(7){
      width: 100%;

  }
  .join1_right .dialog .el-form .submit{
      width: 219px;
      height: 39px;
      font-size: 12px;
  }
  .join1_right .dialog .close{
      width: 22px;
      height: 40px;
      margin-left: 50px;
  }

  .join1_right .item .fold .more{
      width: 140px;
      height: 40px;
  }

  .join1_right .dialog .inner_box{
      width: auto;
  }

  .join3_page{
      padding: 25px 25px 42px;
  }
  .join3_page1{
      margin-bottom: 0;
      padding-bottom: 35px;
  }

  .join3_page .title1{
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.5;
  }
  .join3_page .title2{
      font-size: 24px;
      margin-bottom: 20px;
      line-height: 1.5;
  }
  .join3_page .title3{
      font-size: 12.5px;
      margin-bottom: 40px;
      line-height: 1.5;
  }

  .join3_page1 .list{
      display: none;
  }
  .join3_page1 .m_list{
      margin-bottom: 22.5px;
  }
  .join3_page1 .m_list2{
      height: 70vw;
  }
  .join3_page1 .m_list2,
  .join3_page1 .m_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  }
  .join3_page1 .item .bg .img{
      width: 100%;
      height: 100%;
  }


  .join3_page1 .item .hover_box{
      position: relative;
  }
  .join3_page1 .item .bg .cover{
      position: absolute;
  }
  .join3_page1 .m_list2 .item{
      width: 86.66vw;
      height: 70vw;
      padding: 0;
      position: absolute ;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  .join3_page1 .m_list2 .item .hover_box{
      padding: 32px 25px
  }
  .join3_page1 .item .hover_box .logo{
      bottom: 22px;
      left: 25px;
      width: 120px;
      height: auto;
  }
  .join3_page1 .item .hover_box .tit{
      font-size: 20px;
      margin-bottom: 16px;
  }
  .join3_page1 .item .hover_box .content{
      font-size: 12px;
  }
  .join3_page1 .m_list2 .item.act{
      transform: translateX(-50%);
  }
  .join3_page1 .item.act .bg,
  .join3_page1 .item.act .hover_box{
      opacity: 1;
  }
  .join3_page1 .item{
      width: 22%;
      transition: all 0.5s;
      height: auto;
  }
  .join3_page1 .item.act{
      transform: translateY(-8px);
  }
  .join3_page1 .item .comm_box .top{
      margin-bottom: 30px;
  }
  .join3_page1 .item .comm_box .top .img_box{
      height: 26px;
      width: 26px;
      margin-bottom: 15px;
      position: relative;
  }
  .join3_page1 .item .comm_box .top .txt{
      font-size: 14px;
  }
  .join3_page1 .item .comm_box .content{
      font-size: 24px;

  }
  .join3_page1 .item.act .comm_box .top .img_box{
      height: 34px;
      width: 34px;
  }

  .join3_page1 .item .comm_box .top .img_box img{
      height: 100%;
      position: absolute;
      top: 0;
      transition: all 0.5s;
  }
  .join3_page1 .item .comm_box .top .img_box .act_img{
      opacity: 0;
  }

  .join3_page1 .item.act .comm_box .top .img_box .comm_img{
      opacity: 0;
  }
  .join3_page1 .item.act .comm_box .top .img_box .act_img{
      opacity: 1;
  }
  .join3_page1 .item.act .comm_box .top .txt{
      font-size: 17.5px;
      color: #1c4fb0;
  }
  .join3_page1 .item.act .comm_box .content{
      font-size: 37.5px;
      color: #1c4fb0;
  }
  .join3_page1 .item .comm_box{
      padding-top: 0;
  }
  .join3_page2 .list{
      display: none;
  }
  .join3_page2 .m_list.list{
      display: block;
  }
  .join3_page2 .m_list .swiper{
      overflow: hidden;
  }

  .join3_page2 .m_list .item{
      margin-right: 0;
      height: 353px;
  }
  .join3_page2 .item .hover_box .arr{
      width: 50px;
      height: 50px;
  }
  .join3_page2 .item:hover .comm_box{
      padding: 32px 25px;
  }
  .join3_page2 .item .comm_box .tit{
      font-size: 20px;
      margin-bottom: 16px;
  }
  .join3_page2 .item .comm_box .content{
      width: 100%;
      font-size: 12px;
  }
  .join3_page2 .item .comm_box img{
      width: 120px;
      height: auto;
      left: 25px;
      bottom: 22px;
  }
  .join3_page2 .item .comm_box,
  .join3_page2 .item:hover .comm_box{
      opacity: 1;
      padding: 32px 25px;
  }
  .join3_page2 .item .bg .cover{
      background-color: rgba(28, 79, 176, 0.5);
  }

.join3_page2 .btn,
.join3_page3 .btn,
.join3_page4 .btn{
    margin:18.5px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.join3_page2 .btn .prev,
.join3_page3 .btn .prev,
.join3_page4 .btn .prev {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  margin-right: 16.5px;
}
.join3_page2 .btn .prev:hover,
.join3_page3 .btn .prev:hover,
.join3_page4 .btn .prev:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(180deg);
}
.join3_page2 .btn .next,
.join3_page3 .btn .next,
.join3_page4 .btn .next {
  background-image: url(../img/arr2.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  transform: rotate(180deg);
}
.join3_page2 .btn .next:hover,
.join3_page3 .btn .next:hover,
.join3_page4 .btn .next:hover {
  background-image: url(../img/arr2a.svg);
  transform: rotate(0);
}



    .join3_page3 .list{
        display: none;
    }

    .join3_page3 .m_list{
        display: block;
    }
    .join3_page3 .m_list .swiper{
        overflow: hidden;
    }

    .join3_page3 .list .item{
        flex-direction: column;
    }
    .join3_page3 .list .item .img{
        width: 100%;
        height: 239.5px;
    }
    .join3_page3 .list .item .txt{
        width: 100%;
        padding: 0;
    }
    .join3_page3 .list .item:nth-child(even){

        flex-direction: column;
    }
    .join3_page3 .list .item .txt{
        padding: 25px;
        border: 1px solid #d4d4d4;
        border-top:none ;
        margin-bottom: 2px;
    }
    .join3_page3 .list .item .txt .tit{
        font-size: 19px;
        align-items: center;
        margin-bottom: 21px;
    }
    .join3_page3 .list .item .txt .litem{
        margin-bottom: 15px;
        place-content: 15px;
    }
    .join3_page3 .list .item .txt .litem .ltit{
        font-size: 16px;
        margin-bottom: 0;
    }
    .join3_page3 .list .item .txt .m_litems{

        width: 100%;
        height: 196px;
        overflow: auto;
    }
    .join3_page3 .list .item .txt .litem .lcontent{
        font-size: 14px;
        overflow: auto;
        width: 100%;
    }
    .join3_page3 .list .item .txt .litem::after{
        width: 7.5px;
        height: 7.5px;
    }
    .join3_page4 {
        padding-bottom: 40px;
    }
    .join3_page4 .content{
        display: none;
    }
    .join3_page4 .m_content{
        display: block;
        padding: 0 ;
    }
    .join3_page4 .m_content .newimg{
        width: 100%;
    }
    .join3_page4 .m_content .imgs{
        width: 100%;
        height: 344px;
    }
    .join3_page4 .m_content .imgs .swiper{
        overflow: hidden;
    }
    .join3_page4 .m_content .img{
        width: 100%;
        height: 344px;
    }
    .join3_page4 .m_content .img .limg{
        width: 100%;
        height: 100%;
    }
    .join3_page5.tal{
        height: 153px;
    }
    .join3_page5.tal .bg{
        height:  180px;
    }
    .join3_page5.tal .title2:nth-child(1){
        margin-bottom: 20px;
    }
    .join3_page5{
        height: 180px;
        overflow: hidden;
    }
    .join3_page5 .bg{
        width: 113%;
        height: 222px;
    }
    .join3_page5 .title2:nth-child(1){
        margin-bottom: 0;
    }
    .join3_page5 .inner{
        padding-top: 0;
    }
    .join3_page5 .inner .more{
        margin-top: 3.5px;
        height: 24px;
        width: 100px;
        font-size: 12px;
    }
  /*join-end------------------------------------*/

  /*talent----------------------------------------*/
  .tal_page{
      padding:  60px 25px 0;
  }
  .tal_page .title{
      font-size: 24px;
      margin-bottom: 40px;
  }
  .banner_text .tcontent{
      font-size: 12.5px;
      margin-top: 20px;
  }
  .tal_page2 .title{
      margin-bottom: 0;
  }
  .tal_page1 .list{
      width: 100%;
      padding:  0 25px;
      margin-bottom: 40px;
  }
  .tal_page1 .item .num{
      font-size: 33px;
      width: 33%;
  }
  .tal_page1 .item .sy1{
      font-size: 18px;
  }
  .tal_page1 .item .sy2{
      font-size: 16px;
      margin-top: 10px;
  }
  .tal_page1 .item .tit{
      font-size: 12px;
      align-items: center;
      width: 100%;
      line-height: 1.5;
      margin-top: 15px;
  }
  .tal_page1 .bottom{
      flex-direction: column;
  }
  .tal_page1 .bottom .left{
      margin-bottom: 20px;
  }
  .tal_page1 .bottom .item{
      width: 100%;
      height: 30.5vw;
  }
  .tal_page1 .bottom .item .inner{
      padding: 25px;
  }
  .tal_page1 .bottom .item .inner .tit{
      font-size: 20px;
      align-items: center;
      margin-bottom: 16px;
  }
  .tal_page1 .bottom .item .inner .content{
      display: none;
      width: 100%;
      font-size: 14px;
  }
  .tal_page1 .bottom .item .inner .float{
      bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
  }
  .tal_page1 .bottom .item .inner .more_box{
      width: 100px;
      height: 24px;
  }
  .tal_page1 .bottom .item .inner .more{
      width: 100%;
      height: 100%;
      font-size: 12px;
  }
  .tal_page1 .bottom .item .inner  .more i{
      width: 20px;
  }
  .tal_page1 .bottom .item .bg .img{
      width: 100%;
      height: 100%;
  }

  .tal_page2 .list{
      padding: 25px 0;
      display: none;
  }

  .tal_page2 .m_list{
      display: block;
  }
  .tal_page2 .m_list .swiper{
      overflow: hidden;
  }
  .tal_page2 .list .item{
      display: block;
      width: 32%;
      height: 37.03vw;
      /*margin-bottom: 24px;*/
  }
  .tal_page2 .list .item .txt{
      font-size: 14px;
      text-align: center;
      line-height: 1.5;
      padding: 20px;
  }

  .tal_page2 .list .school {
      display: flex;
      justify-content: space-between;
  }
  .tal_page2 .list .item:hover .bg img{
      transform: scale(1);
  }




.tal_page2  .btn{
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}
.tal_page2  .btn .prev {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  z-index: 2;
  background-color: #efefef;
  margin-right: 16.5px;
  border-radius: 50%;
}
.tal_page2 .btn .prev:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(180deg);
}
.tal_page2 .btn .next {
  background-image: url(../img/switch.svg);
  background-size: 100% 100%;
  height: 44px;
  width: 44px;
  transform: rotate(180deg);
  z-index: 2;
  background-color: #efefef;
  border-radius: 50%;
}
.tal_page2 .btn .next:hover {
  background-image: url(../img/switcha.svg);
  transform: rotate(0deg);
}

.tal_page.join3_page5{
    display: none;
}
.join3_page5.tal{
    display: block;
}


  /*talent-enf------------------------------------*/



  .LR_Mini_ICON{
      display: none!important;
  }
}
@media (max-width: 768px) {
}
